File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ If you are using Maven without the BOM, add this to your dependencies:
4646<dependency >
4747 <groupId >com.google.cloud</groupId >
4848 <artifactId >google-cloud-storage</artifactId >
49- <version >2.37.0 </version >
49+ <version >2.36.1 </version >
5050</dependency >
5151<dependency >
5252 <groupId >com.google.cloud</groupId >
@@ -59,20 +59,20 @@ If you are using Maven without the BOM, add this to your dependencies:
5959If you are using Gradle 5.x or later, add this to your dependencies:
6060
6161``` Groovy
62- implementation platform('com.google.cloud:libraries-bom:2 .37.0')
62+ implementation platform('com.google.cloud:libraries-bom:26 .37.0')
6363
6464implementation 'com.google.cloud:google-cloud-storage'
6565```
6666If you are using Gradle without BOM, add this to your dependencies:
6767
6868``` Groovy
69- implementation 'com.google.cloud:google-cloud-storage:2.37.0 '
69+ implementation 'com.google.cloud:google-cloud-storage:2.36.1 '
7070```
7171
7272If you are using SBT, add this to your dependencies:
7373
7474``` Scala
75- libraryDependencies += " com.google.cloud" % " google-cloud-storage" % " 2.37.0 "
75+ libraryDependencies += " com.google.cloud" % " google-cloud-storage" % " 2.36.1 "
7676```
7777<!-- {x-version-update-end} -->
7878
You can’t perform that action at this time.
0 commit comments