Skip to content

Commit

Permalink
chore: Update generation configuration at Wed Feb 5 02:21:36 UTC 2025 (
Browse files Browse the repository at this point in the history
…#2911)

* chore: Update generation configuration at Wed Feb  5 02:21:36 UTC 2025

* chore: generate libraries at Wed Feb  5 02:22:11 UTC 2025
  • Loading branch information
cloud-java-bot authored Feb 5, 2025
1 parent b226970 commit 1fb80bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.53.0</version>
<version>26.54.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -46,20 +46,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>2.48.0</version>
<version>2.48.1</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-control</artifactId>
<version>2.48.0</version>
<version>2.48.1</version>
</dependency>

```

If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.53.0')
implementation platform('com.google.cloud:libraries-bom:26.54.0')
implementation 'com.google.cloud:google-cloud-storage'
```
Expand Down
4 changes: 2 additions & 2 deletions generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gapic_generator_version: 2.52.0
googleapis_commitish: 3cf61b2df20eace09e6336c23f9e08859c0d87ae
libraries_bom_version: 26.53.0
googleapis_commitish: a1c746a0304b9d0d913ab013cb248ce605a6871b
libraries_bom_version: 26.54.0
libraries:
- api_shortname: storage
name_pretty: Cloud Storage
Expand Down

0 comments on commit 1fb80bb

Please sign in to comment.