Skip to content

Commit 7ab0f12

Browse files
chore: Update generation configuration at Tue Aug 5 02:45:45 UTC 2025 (#3067)
* chore: Update generation configuration at Tue Aug 5 02:45:45 UTC 2025 * chore: generate libraries at Tue Aug 5 02:46:12 UTC 2025
1 parent eb615d8 commit 7ab0f12

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/scripts/update_generation_config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
set -e
2+
set -ex
33
# This script should be run at the root of the repository.
44
# This script is used to update googleapis_commitish, gapic_generator_version,
55
# and libraries_bom_version in generation configuration at the time of running

README.md

Lines changed: 1 addition & 1 deletion
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.64.0</version>
22+
<version>26.65.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>

generation_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
gapic_generator_version: 2.60.2
2-
googleapis_commitish: efe27dbe161b24710f4e95415e8f38922ae6f453
1+
gapic_generator_version: 2.61.0
2+
googleapis_commitish: 8c74a4f9ad52cfd7a7d1f6427fa0a0511377a395
33
libraries_bom_version: 26.65.0
44
libraries:
55
- api_shortname: bigquerystorage

0 commit comments

Comments
 (0)