Skip to content

Commit

Permalink
chore: Update generation configuration at Tue Dec 10 02:28:37 UTC 2024 (
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-java-bot authored Dec 10, 2024
1 parent 41bc807 commit 8b1bb43
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.50.0</version>
<version>26.51.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.44.1</version>
<version>2.45.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-control</artifactId>
<version>2.44.1</version>
<version>2.45.0</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.50.0')
implementation platform('com.google.cloud:libraries-bom:26.51.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.50.0
googleapis_commitish: 9ea2c56cb70d70f10fd2bef310ac9febe8d42d30
libraries_bom_version: 26.50.0
googleapis_commitish: 5d5b1bf126485b0e2c972bac41b376438601e266
libraries_bom_version: 26.51.0
libraries:
- api_shortname: storage
name_pretty: Cloud Storage
Expand Down

0 comments on commit 8b1bb43

Please sign in to comment.