@@ -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.1 </version >
49+ <version >2.37.0 </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.1 ')
62+ implementation platform('com.google.cloud:libraries-bom:26.38.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.1 '
69+ implementation 'com.google.cloud:google-cloud-storage:2.37.0 '
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.1 "
75+ libraryDependencies += " com.google.cloud" % " google-cloud-storage" % " 2.37.0 "
7676```
7777<!-- {x-version-update-end} -->
7878
@@ -494,7 +494,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
494494[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-storage/java11.html
495495[ stability-image ] : https://img.shields.io/badge/stability-stable-green
496496[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-storage.svg
497- [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-storage/2.37.1
497+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-storage/2.37.0
498498[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
499499[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
500500[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
0 commit comments