@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
19
19
<dependency >
20
20
<groupId >com.google.cloud</groupId >
21
21
<artifactId >libraries-bom</artifactId >
22
- <version >26.47 .0</version >
22
+ <version >26.48 .0</version >
23
23
<type >pom</type >
24
24
<scope >import</scope >
25
25
</dependency >
@@ -58,20 +58,20 @@ If you are using Maven without the BOM, add this to your dependencies:
58
58
If you are using Gradle 5.x or later, add this to your dependencies:
59
59
60
60
``` Groovy
61
- implementation platform('com.google.cloud:libraries-bom:2.43.1 ')
61
+ implementation platform('com.google.cloud:libraries-bom:26.48.0 ')
62
62
63
63
implementation 'com.google.cloud:google-cloud-storage'
64
64
```
65
65
If you are using Gradle without BOM, add this to your dependencies:
66
66
67
67
``` Groovy
68
- implementation 'com.google.cloud:google-cloud-storage:2.43.1 '
68
+ implementation 'com.google.cloud:google-cloud-storage:2.43.2 '
69
69
```
70
70
71
71
If you are using SBT, add this to your dependencies:
72
72
73
73
``` Scala
74
- libraryDependencies += " com.google.cloud" % " google-cloud-storage" % " 2.43.1 "
74
+ libraryDependencies += " com.google.cloud" % " google-cloud-storage" % " 2.43.2 "
75
75
```
76
76
77
77
## Authentication
@@ -113,7 +113,6 @@ The [Storage Control API](https://cloud.google.com/storage/docs/reference/rpc/)
113
113
The Storage Control API creates one space to perform metadata-specific, control plane, and long-running operations apart from the Storage API. Separating these operations from the Storage API improves API standardization and lets you run faster releases.
114
114
115
115
If you are using Maven with [ BOM] [ libraries-bom ] , add this to your pom.xml file:
116
- <!-- {x-version-update-start:libraries-bom:released} -->
117
116
``` xml
118
117
<dependencyManagement >
119
118
<dependencies >
@@ -137,7 +136,6 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
137
136
138
137
If you are using Maven without the BOM, add this to your dependencies:
139
138
140
- <!-- {x-version-update-start:google-cloud-storage-control:released} -->
141
139
142
140
``` xml
143
141
<dependency >
@@ -509,7 +507,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
509
507
[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-storage/java11.html
510
508
[ stability-image ] : https://img.shields.io/badge/stability-stable-green
511
509
[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-storage.svg
512
- [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-storage/2.43.0
510
+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-storage/2.43.2
513
511
[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
514
512
[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
515
513
[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
0 commit comments