diff --git a/settings.gradle b/settings.gradle index aba7855..c717a72 100644 --- a/settings.gradle +++ b/settings.gradle @@ -32,7 +32,7 @@ dependencyResolutionManagement { library('slf4j-log4j12', 'org.slf4j:slf4j-log4j12:2.0.13') - library('gcs', 'com.google.cloud:google-cloud-storage:2.37.0') + library('gcs', 'com.google.cloud:google-cloud-storage:2.40.1') } } }