Skip to content

Commit 7047a3a

Browse files
chore: Update generation configuration at Wed Oct 8 02:26:38 UTC 2025 (#4101)
* chore: Update generation configuration at Tue Sep 30 02:28:20 UTC 2025 * chore: generate libraries at Tue Sep 30 02:28:55 UTC 2025 * chore: Update generation configuration at Wed Oct 1 02:32:45 UTC 2025 * chore: Update generation configuration at Thu Oct 2 02:28:18 UTC 2025 * chore: Update generation configuration at Fri Oct 3 02:28:34 UTC 2025 * chore: generate libraries at Fri Oct 3 02:29:12 UTC 2025 * chore: Update generation configuration at Sat Oct 4 02:23:47 UTC 2025 * chore: Update generation configuration at Tue Oct 7 02:28:15 UTC 2025 * chore: Update generation configuration at Wed Oct 8 02:26:38 UTC 2025
1 parent 14ebdb3 commit 7047a3a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.kokoro/presubmit/graalvm-native-a.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.52.2" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.52.3" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {

.kokoro/presubmit/graalvm-native-b.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.52.2" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.52.3" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {

.kokoro/presubmit/graalvm-native-c.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.52.2" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.52.3" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If you are using Maven without the BOM, add this to your dependencies:
4949
If you are using Gradle 5.x or later, add this to your dependencies:
5050

5151
```Groovy
52-
implementation platform('com.google.cloud:libraries-bom:26.68.0')
52+
implementation platform('com.google.cloud:libraries-bom:26.69.0')
5353
5454
implementation 'com.google.cloud:google-cloud-spanner'
5555
```

generation_config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
gapic_generator_version: 2.62.2
2-
googleapis_commitish: 31b413bc4feb03f6849c718048c2b9998561b5fa
3-
libraries_bom_version: 26.68.0
1+
gapic_generator_version: 2.62.3
2+
googleapis_commitish: d9a16f2feec3d0f03899e48007a02ce154fc919d
3+
libraries_bom_version: 26.69.0
44
libraries:
55
- api_shortname: spanner
66
name_pretty: Cloud Spanner

0 commit comments

Comments
 (0)