Skip to content

Commit 385a1dc

Browse files
chore: Update generation configuration at Sun Oct 19 02:32:19 UTC 2025 (#1874)
* chore: Update generation configuration at Thu Oct 9 02:27:09 UTC 2025 * chore: Update generation configuration at Fri Oct 10 02:27:03 UTC 2025 * chore: generate libraries at Fri Oct 10 02:27:29 UTC 2025 * chore: Update generation configuration at Sat Oct 11 02:24:58 UTC 2025 * chore: Update generation configuration at Tue Oct 14 02:26:41 UTC 2025 * chore: Update generation configuration at Wed Oct 15 02:28:16 UTC 2025 * chore: Update generation configuration at Thu Oct 16 02:28:50 UTC 2025 * chore: Update generation configuration at Fri Oct 17 02:28:39 UTC 2025 * chore: generate libraries at Fri Oct 17 02:29:14 UTC 2025 * chore: Update generation configuration at Sat Oct 18 02:25:24 UTC 2025 * chore: Update generation configuration at Sun Oct 19 02:32:19 UTC 2025
1 parent b79fd2b commit 385a1dc

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
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.62.3
40+
- uses: googleapis/sdk-platform-java/.github/scripts@v2.63.0
4141
if: env.SHOULD_RUN == 'true'
4242
with:
4343
base_ref: ${{ github.base_ref }}

.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.3" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.53.0" # {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.3" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.53.0" # {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.3" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.53.0" # {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
@@ -51,7 +51,7 @@ If you are using Maven without the BOM, add this to your dependencies:
5151
If you are using Gradle 5.x or later, add this to your dependencies:
5252

5353
```Groovy
54-
implementation platform('com.google.cloud:libraries-bom:26.69.0')
54+
implementation platform('com.google.cloud:libraries-bom:26.70.0')
5555
5656
implementation 'com.google.cloud:google-cloud-logging'
5757
```

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.3
2-
googleapis_commitish: d9a16f2feec3d0f03899e48007a02ce154fc919d
3-
libraries_bom_version: 26.69.0
1+
gapic_generator_version: 2.63.0
2+
googleapis_commitish: c288189b43c016dd3cf1ec73ce3cadee8b732f07
3+
libraries_bom_version: 26.70.0
44
libraries:
55
- api_shortname: logging
66
name_pretty: Cloud Logging

0 commit comments

Comments
 (0)