Skip to content

Commit

Permalink
GH-16423 - fix hadoop jars after gcs upgrade [nocheck] (#16428)
Browse files Browse the repository at this point in the history
* downgrade google gcs

* upgrade only protobuf
  • Loading branch information
valenad1 authored Oct 24, 2024
1 parent d0899f8 commit 3e4c39d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion h2o-persist-gcs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@ description = "H2O Persist GCS"

dependencies {
api project(":h2o-core")
api ('com.google.cloud:google-cloud-storage:2.43.2')
api ('com.google.cloud:google-cloud-storage:2.13.1')

testImplementation project(":h2o-test-support")
testRuntimeOnly project(":${defaultWebserverModule}")

constraints {
api('com.google.protobuf:protobuf-java:3.25.5') {
because 'Fixes CVE-2024-7254'
because 'Fixes SNYK-JAVA-COMGOOGLEPROTOBUF-8055227'
because 'Fixes SNYK-JAVA-COMGOOGLEPROTOBUF-8055228'
}
}
}

apply from: "${rootDir}/gradle/dataCheck.gradle"
Expand Down

0 comments on commit 3e4c39d

Please sign in to comment.