@@ -42,7 +42,7 @@ If you are using Maven without the BOM, add this to your dependencies:
42
42
<dependency >
43
43
<groupId >com.google.cloud</groupId >
44
44
<artifactId >google-cloud-storage</artifactId >
45
- <version >2.21 .0</version >
45
+ <version >2.22 .0</version >
46
46
</dependency >
47
47
48
48
```
@@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-storage'
57
57
If you are using Gradle without BOM, add this to your dependencies:
58
58
59
59
``` Groovy
60
- implementation 'com.google.cloud:google-cloud-storage:2.21 .0'
60
+ implementation 'com.google.cloud:google-cloud-storage:2.22 .0'
61
61
```
62
62
63
63
If you are using SBT, add this to your dependencies:
64
64
65
65
``` Scala
66
- libraryDependencies += " com.google.cloud" % " google-cloud-storage" % " 2.21 .0"
66
+ libraryDependencies += " com.google.cloud" % " google-cloud-storage" % " 2.22 .0"
67
67
```
68
68
<!-- {x-version-update-end} -->
69
69
@@ -426,7 +426,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
426
426
[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-storage/java11.html
427
427
[ stability-image ] : https://img.shields.io/badge/stability-stable-green
428
428
[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-storage.svg
429
- [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-storage/2.21 .0
429
+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-storage/2.22 .0
430
430
[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
431
431
[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
432
432
[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
0 commit comments