File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,28 +42,28 @@ If you are using Maven without the BOM, add this to your dependencies:
4242<dependency >
4343 <groupId >com.google.cloud</groupId >
4444 <artifactId >google-cloud-storage</artifactId >
45- <version >2.33.1 </version >
45+ <version >2.33.0 </version >
4646</dependency >
4747
4848```
4949
5050If you are using Gradle 5.x or later, add this to your dependencies:
5151
5252``` Groovy
53- implementation platform('com.google.cloud:libraries-bom:2.33.1 ')
53+ implementation platform('com.google.cloud:libraries-bom:26.32.0 ')
5454
5555implementation 'com.google.cloud:google-cloud-storage'
5656```
5757If you are using Gradle without BOM, add this to your dependencies:
5858
5959``` Groovy
60- implementation 'com.google.cloud:google-cloud-storage:2.33.1 '
60+ implementation 'com.google.cloud:google-cloud-storage:2.33.0 '
6161```
6262
6363If you are using SBT, add this to your dependencies:
6464
6565``` Scala
66- libraryDependencies += " com.google.cloud" % " google-cloud-storage" % " 2.33.1 "
66+ libraryDependencies += " com.google.cloud" % " google-cloud-storage" % " 2.33.0 "
6767```
6868<!-- {x-version-update-end} -->
6969
You can’t perform that action at this time.
0 commit comments