@@ -46,33 +46,33 @@ 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.39 .0</version >
49+ <version >2.40 .0</version >
5050</dependency >
5151<dependency >
5252 <groupId >com.google.cloud</groupId >
5353 <artifactId >google-cloud-storage-control</artifactId >
54- <version >2.39.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-storage:current} -->
54+ <version >2.40.0 </version ><!-- {x-version-update:google-cloud-storage:current} -->
5555</dependency >
5656
5757```
5858
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:26 .40.0')
62+ implementation platform('com.google.cloud:libraries-bom:2 .40.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.39 .0'
69+ implementation 'com.google.cloud:google-cloud-storage:2.40 .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.39 .0"
75+ libraryDependencies += " com.google.cloud" % " google-cloud-storage" % " 2.40 .0"
7676```
7777<!-- {x-version-update-end} -->
7878
@@ -141,19 +141,19 @@ If you are using Maven without the BOM, add this to your dependencies:
141141<dependency >
142142 <groupId >com.google.cloud</groupId >
143143 <artifactId >google-cloud-storage-control</artifactId >
144- <version >2.39.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-storage-control:current} -->
144+ <version >2.40.0 </version ><!-- {x-version-update:google-cloud-storage-control:current} -->
145145</dependency >
146146```
147147
148148If you are using Gradle 5.x or later, add this to your dependencies:
149149``` Groovy
150- implementation platform('com.google.cloud:libraries-bom:2.39 .0')
150+ implementation platform('com.google.cloud:libraries-bom:2.40 .0')
151151implementation 'com.google.cloud:google-cloud-storage-control'
152152```
153153If you are using Gradle without BOM, add this to your dependencies:
154154
155155``` Groovy
156- implementation 'com.google.cloud:google-cloud-storage-control:2.39.1-SNAPSHOT ' <!-- {x-version-update:google-cloud-storage-control:current} -->
156+ implementation 'com.google.cloud:google-cloud-storage-control:2.40.0 ' <!-- {x-version-update:google-cloud-storage-control:current} -->
157157```
158158
159159#### Creating an authorized service object
@@ -498,7 +498,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
498498[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-storage/java11.html
499499[ stability-image ] : https://img.shields.io/badge/stability-stable-green
500500[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-storage.svg
501- [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-storage/2.39 .0
501+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-storage/2.40 .0
502502[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
503503[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
504504[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
0 commit comments