Skip to content

Commit 8b1bb43

Browse files
chore: Update generation configuration at Tue Dec 10 02:28:37 UTC 2024 (#2836)
1 parent 41bc807 commit 8b1bb43

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
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.50.0</version>
22+
<version>26.51.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -46,20 +46,20 @@ 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.44.1</version>
49+
<version>2.45.0</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>com.google.cloud</groupId>
5353
<artifactId>google-cloud-storage-control</artifactId>
54-
<version>2.44.1</version>
54+
<version>2.45.0</version>
5555
</dependency>
5656

5757
```
5858

5959
If 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.50.0')
62+
implementation platform('com.google.cloud:libraries-bom:26.51.0')
6363
6464
implementation 'com.google.cloud:google-cloud-storage'
6565
```

generation_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
gapic_generator_version: 2.50.0
2-
googleapis_commitish: 9ea2c56cb70d70f10fd2bef310ac9febe8d42d30
3-
libraries_bom_version: 26.50.0
2+
googleapis_commitish: 5d5b1bf126485b0e2c972bac41b376438601e266
3+
libraries_bom_version: 26.51.0
44
libraries:
55
- api_shortname: storage
66
name_pretty: Cloud Storage

0 commit comments

Comments
 (0)