Skip to content

Commit c517798

Browse files
chore: Update generation configuration at Wed Oct 9 02:23:30 UTC 2024 (#2764)
BEGIN_COMMIT_OVERRIDE BEGIN_NESTED_COMMIT chore: update the Java code generator (gapic-generator-java) to 2.47.0 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore: update the libraries_bom version to 26.48.0 END_NESTED_COMMIT END_COMMIT_OVERRIDE * chore: remove extraneous release-please annotations --------- Co-authored-by: BenWhitehead <[email protected]>
1 parent 7d47307 commit c517798

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

README.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>libraries-bom</artifactId>
22-
<version>26.47.0</version>
22+
<version>26.48.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -58,20 +58,20 @@ If you are using Maven without the BOM, add this to your dependencies:
5858
If you are using Gradle 5.x or later, add this to your dependencies:
5959

6060
```Groovy
61-
implementation platform('com.google.cloud:libraries-bom:2.43.1')
61+
implementation platform('com.google.cloud:libraries-bom:26.48.0')
6262
6363
implementation 'com.google.cloud:google-cloud-storage'
6464
```
6565
If you are using Gradle without BOM, add this to your dependencies:
6666

6767
```Groovy
68-
implementation 'com.google.cloud:google-cloud-storage:2.43.1'
68+
implementation 'com.google.cloud:google-cloud-storage:2.43.2'
6969
```
7070

7171
If you are using SBT, add this to your dependencies:
7272

7373
```Scala
74-
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.43.1"
74+
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.43.2"
7575
```
7676

7777
## Authentication
@@ -113,7 +113,6 @@ The [Storage Control API](https://cloud.google.com/storage/docs/reference/rpc/)
113113
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.
114114

115115
If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
116-
<!-- {x-version-update-start:libraries-bom:released} -->
117116
```xml
118117
<dependencyManagement>
119118
<dependencies>
@@ -137,7 +136,6 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
137136

138137
If you are using Maven without the BOM, add this to your dependencies:
139138

140-
<!-- {x-version-update-start:google-cloud-storage-control:released} -->
141139

142140
```xml
143141
<dependency>
@@ -509,7 +507,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
509507
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-storage/java11.html
510508
[stability-image]: https://img.shields.io/badge/stability-stable-green
511509
[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
513511
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
514512
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
515513
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

generation_config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
gapic_generator_version: 2.46.0
2-
googleapis_commitish: 5c181aaf78bd1ae2e08c3a2971cd9e87b6e00986
3-
libraries_bom_version: 26.47.0
1+
gapic_generator_version: 2.47.0
2+
googleapis_commitish: 8692273ae7e0ef95d264e1bb8bcb900fa950674f
3+
libraries_bom_version: 26.48.0
44
libraries:
55
- api_shortname: storage
66
name_pretty: Cloud Storage

0 commit comments

Comments
 (0)