From 7d77c74d2690e529e42155cd5568345269372499 Mon Sep 17 00:00:00 2001 From: Gemma Lamont Date: Tue, 29 Aug 2023 16:52:51 +0200 Subject: [PATCH] [NOID] Update Google Cloud Storage dependency --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index 45f1e8e55..150c8f18b 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -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')