@@ -46,7 +46,7 @@ If you are using Maven without the BOM, add this to your dependencies:
46
46
<dependency >
47
47
<groupId >com.google.cloud</groupId >
48
48
<artifactId >google-cloud-storage</artifactId >
49
- <version >2.38 .0</version >
49
+ <version >2.37 .0</version >
50
50
</dependency >
51
51
<dependency >
52
52
<groupId >com.google.cloud</groupId >
@@ -59,20 +59,20 @@ If you are using Maven without the BOM, add this to your dependencies:
59
59
If you are using Gradle 5.x or later, add this to your dependencies:
60
60
61
61
``` Groovy
62
- implementation platform('com.google.cloud:libraries-bom:2 .38.0')
62
+ implementation platform('com.google.cloud:libraries-bom:26 .38.0')
63
63
64
64
implementation 'com.google.cloud:google-cloud-storage'
65
65
```
66
66
If you are using Gradle without BOM, add this to your dependencies:
67
67
68
68
``` Groovy
69
- implementation 'com.google.cloud:google-cloud-storage:2.38 .0'
69
+ implementation 'com.google.cloud:google-cloud-storage:2.37 .0'
70
70
```
71
71
72
72
If you are using SBT, add this to your dependencies:
73
73
74
74
``` Scala
75
- libraryDependencies += " com.google.cloud" % " google-cloud-storage" % " 2.38 .0"
75
+ libraryDependencies += " com.google.cloud" % " google-cloud-storage" % " 2.37 .0"
76
76
```
77
77
<!-- {x-version-update-end} -->
78
78
@@ -494,7 +494,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
494
494
[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-storage/java11.html
495
495
[ stability-image ] : https://img.shields.io/badge/stability-stable-green
496
496
[ 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.38 .0
497
+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-storage/2.37 .0
498
498
[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
499
499
[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
500
500
[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
0 commit comments