Skip to content

Commit

Permalink
upgrade transitive dependency json-path
Browse files Browse the repository at this point in the history
Signed-off-by: Mikayla Thompson <thomika@amazon.com>
  • Loading branch information
mikaylathompson committed Apr 22, 2024
1 parent a9c5ab7 commit 6ab7b87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TrafficCapture/trafficCaptureProxyServerTest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ dependencies {
implementation('org.apache.tika:tika-core:1.28.4') {
because 'mend security issue'
}
implementation('com.jayway.jsonpath:json-path:2.9.0') {
because 'mend security issue'
}
}
}

Expand Down

0 comments on commit 6ab7b87

Please sign in to comment.