Skip to content

Commit

Permalink
[NOID] Update Google Cloud Storage dependency (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
gem-neo4j authored Aug 31, 2023
1 parent 6e4bf9e commit ff65427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
// If updated check if the transitive dependency to javax.servlet.jsp:jsp-api:2.1 has also updated
// and remove the manual licensing check for it in licenses-3rdparties.gradle
compileOnly group: 'org.apache.hadoop', name: 'hadoop-common', version: '3.3.6', withoutServers
compileOnly group: 'com.google.cloud', name: 'google-cloud-storage', version: '2.6.2'
compileOnly group: 'com.google.cloud', name: 'google-cloud-storage', version: '2.26.1'

// These dependencies affect the tests only, they will not be packaged in the resulting .jar
testImplementation project(':test-utils')
Expand Down

0 comments on commit ff65427

Please sign in to comment.