Skip to content

Commit

Permalink
[GH-15750][FOLLOWUP] Upgrade nimbus-jose-jwt to get rid of json-smart…
Browse files Browse the repository at this point in the history
… lib
  • Loading branch information
mn-mikke committed Sep 15, 2023
1 parent f6d120b commit a2ff3af
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions h2o-assemblies/main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ dependencies {
api('com.fasterxml.jackson.core:jackson-databind:2.13.4.2') {
because 'Fixes CVE-2022-42003'
}
api('net.minidev:json-smart:2.4.10') {
because 'Fixes CVE-2023-1370'
}
api('org.jetbrains.kotlin:kotlin-stdlib:1.6.21') {
because 'Fixes CVE-2020-29582'
because 'Fixes CVE-2022-24329'
Expand Down
3 changes: 0 additions & 3 deletions h2o-assemblies/steam/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ dependencies {
because 'Fixes CVE-2022-42003'
because 'Fixes PRISMA-2023-0067'
}
api('net.minidev:json-smart:2.4.10') {
because 'Fixes CVE-2023-1370'
}
api('org.codehaus.jettison:jettison:1.5.4') {
because 'Fixes CVE-2023-1436'
because 'Fixes CVE-2022-45693'
Expand Down
2 changes: 1 addition & 1 deletion h2o-persist-hdfs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
transitive = false
}

api("com.nimbusds:nimbus-jose-jwt:9.11.3")
api("com.nimbusds:nimbus-jose-jwt:9.24.4")

testImplementation project(":h2o-test-support")
testImplementation "org.apache.hadoop:hadoop-common:$defaultHadoopVersion"
Expand Down

0 comments on commit a2ff3af

Please sign in to comment.