Skip to content

Commit

Permalink
Merge pull request #15758 from h2oai/mn/GH-15757
Browse files Browse the repository at this point in the history
[GH-15757] Upgrade org.jetbrains.kotlin:kotlin-stdlib in Main and Steam Standalone Jar
  • Loading branch information
mn-mikke authored Sep 14, 2023
2 parents 04aaff9 + 9334978 commit 477ebc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions h2o-assemblies/main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ dependencies {
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'
}
api('org.codehaus.jettison:jettison:1.5.4') {
because 'Fixes CVE-2023-1436'
because 'Fixes CVE-2022-45693'
Expand Down
3 changes: 2 additions & 1 deletion h2o-assemblies/steam/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ dependencies {
because 'Fixes CVE-2022-40150'
because 'Fixes CVE-2022-40149'
}
api('org.jetbrains.kotlin:kotlin-stdlib:1.4.32') {
api('org.jetbrains.kotlin:kotlin-stdlib:1.6.21') {
because 'Fixes CVE-2020-29582'
because 'Fixes CVE-2022-24329'
}
api('com.google.guava:guava:32.0.1-jre') {
because 'Fixes CVE-2023-2976'
Expand Down

0 comments on commit 477ebc8

Please sign in to comment.