@@ -49,20 +49,20 @@ If you are using Maven without BOM, add this to your dependencies:
49
49
If you are using Gradle 5.x or later, add this to your dependencies:
50
50
51
51
``` Groovy
52
- implementation platform('com.google.cloud:libraries-bom:26.10 .0')
52
+ implementation platform('com.google.cloud:libraries-bom:26.11 .0')
53
53
54
54
implementation 'com.google.cloud:google-cloud-storage'
55
55
```
56
56
If you are using Gradle without BOM, add this to your dependencies:
57
57
58
58
``` Groovy
59
- implementation 'com.google.cloud:google-cloud-storage:2.20.1 '
59
+ implementation 'com.google.cloud:google-cloud-storage:2.20.2 '
60
60
```
61
61
62
62
If you are using SBT, add this to your dependencies:
63
63
64
64
``` Scala
65
- libraryDependencies += " com.google.cloud" % " google-cloud-storage" % " 2.20.1 "
65
+ libraryDependencies += " com.google.cloud" % " google-cloud-storage" % " 2.20.2 "
66
66
```
67
67
<!-- {x-version-update-end} -->
68
68
@@ -425,7 +425,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
425
425
[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-storage/java11.html
426
426
[ stability-image ] : https://img.shields.io/badge/stability-stable-green
427
427
[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-storage.svg
428
- [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-storage/2.20.1
428
+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-storage/2.20.2
429
429
[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
430
430
[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
431
431
[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
0 commit comments