Skip to content

Commit

Permalink
[NOID] bump minidev
Browse files Browse the repository at this point in the history
  • Loading branch information
hvub committed Mar 7, 2025
1 parent 720f43f commit 26aad1d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Apache-2.0
jnr-ffi-2.1.7.jar
joda-time-2.12.7.jar
json-path-2.9.0.jar
json-smart-2.5.0.jar
json-smart-2.5.2.jar
jsonschema2pojo-core-1.0.2.jar
jsr305-3.0.2.jar
kerb-admin-2.0.3.jar
Expand Down
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Apache-2.0
jnr-ffi-2.1.7.jar
joda-time-2.12.7.jar
json-path-2.9.0.jar
json-smart-2.5.0.jar
json-smart-2.5.2.jar
jsonschema2pojo-core-1.0.2.jar
jsr305-3.0.2.jar
kerb-admin-2.0.3.jar
Expand Down
7 changes: 7 additions & 0 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ dependencies {
implementation group: 'com.jayway.jsonpath', name: 'json-path', version: '2.9.0'
implementation group: 'org.hdrhistogram', name: 'HdrHistogram', version: '2.1.9'

constraints {
// Remove when json-path has updated transitive dependency
api('net.minidev:json-smart:2.5.2') {
because 'CVE-2024-57699'
}
}

// compileOnly "org.antlr:antlr4-runtime:4.7.2"
// testCompile "org.antlr:antlr4-runtime:4.7.2"

Expand Down

0 comments on commit 26aad1d

Please sign in to comment.