Skip to content

Commit 616937d

Browse files
chore: Update generation configuration at Wed Jul 23 02:40:27 UTC 2025 (#3041)
* chore: Update generation configuration at Fri Jul 11 02:38:12 UTC 2025 * chore: Update generation configuration at Sat Jul 12 02:37:50 UTC 2025 * chore: Update generation configuration at Tue Jul 15 02:40:34 UTC 2025 * chore: generate libraries at Tue Jul 15 02:41:04 UTC 2025 * chore: Update generation configuration at Wed Jul 16 02:38:32 UTC 2025 * chore: Update generation configuration at Thu Jul 17 02:38:44 UTC 2025 * chore: Update generation configuration at Sat Jul 19 02:35:02 UTC 2025 * chore: generate libraries at Sat Jul 19 02:35:28 UTC 2025 * chore: Update generation configuration at Tue Jul 22 02:39:54 UTC 2025 * chore: Update generation configuration at Wed Jul 23 02:40:27 UTC 2025 --------- Co-authored-by: Mridula <66699525+mpeddada1@users.noreply.github.com>
1 parent 84ae4f8 commit 616937d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/hermetic_library_generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
40-
- uses: googleapis/sdk-platform-java/.github/scripts@v2.60.1
40+
- uses: googleapis/sdk-platform-java/.github/scripts@v2.59.0
4141
if: env.SHOULD_RUN == 'true'
4242
with:
4343
base_ref: ${{ github.base_ref }}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ 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.63.0</version>
22+
<version>26.64.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
2626
<dependency>
2727
<groupId>io.opentelemetry</groupId>
2828
<artifactId>opentelemetry-bom</artifactId>
29-
<version>1.51.0</version>
29+
<version>1.52.0</version>
3030
<type>pom</type>
3131
<scope>import</scope>
3232
</dependency>
@@ -48,7 +48,7 @@ If you are using Maven without the BOM, add this to your dependencies:
4848
<dependency>
4949
<groupId>com.google.cloud</groupId>
5050
<artifactId>google-cloud-bigquerystorage</artifactId>
51-
<version>3.15.3</version>
51+
<version>3.16.0</version>
5252
</dependency>
5353

5454
```

generation_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
gapic_generator_version: 2.59.0
2-
googleapis_commitish: 0cdaee64d46d284e4d54afe5b429379b4c6770fc
2+
googleapis_commitish: 2a2ea87fcad7327e0afcfeaa84ec4d4b014f11a3
33
libraries_bom_version: 26.61.0
44
libraries:
55
- api_shortname: bigquerystorage

0 commit comments

Comments
 (0)