Skip to content

Commit 48f9619

Browse files
chore(deps): update sdk platform java dependencies (#11221)
* chore(deps): update sdk platform java dependencies * temp disable required check. * revert temp change, does not work in pr. --------- Co-authored-by: Min Zhu <[email protected]>
1 parent 5876f54 commit 48f9619

16 files changed

+16
-16
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
gcr.io/cloud-devrel-public-resources/java-library-generation:"${library_generation_image_tag}" \
131131
/src/cli/entry_point.py validate-generation-config
132132
env:
133-
library_generation_image_tag: 2.46.1
133+
library_generation_image_tag: 2.47.0
134134
workspace_name: /workspace
135135

136136
# TODO: Uncomment the needed Github Actions

.github/workflows/generated_files_sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
pull_request:
2121
name: generation diff
2222
env:
23-
library_generation_image_tag: 2.46.1
23+
library_generation_image_tag: 2.47.0
2424
jobs:
2525
root-pom:
2626
# root pom.xml does not have diff from generated one

.github/workflows/unmanaged_dependency_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
shell: bash
1515
run: mvn install -B -ntp -T 1C -DskipTests -Dclirr.skip -Dcheckstyle.skip -Denforcer.skip
1616
- name: Unmanaged dependency check
17-
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.36.1
17+
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.37.0
1818
with:
1919
bom-path: gapic-libraries-bom/pom.xml

.kokoro/nightly/graalvm-native-17.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.36.1"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.37.0"
77
}
88

99
env_vars: {

.kokoro/nightly/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.36.1"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.37.0"
77
}
88

99
env_vars: {

.kokoro/nightly/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.36.1"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.37.0"
77
}
88

99
env_vars: {

.kokoro/nightly/graalvm-native.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.36.1"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.37.0"
77
}
88

99
env_vars: {

.kokoro/nightly/graalvm-sub-jobs/native-17/common.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env_vars: {
2424

2525
env_vars: {
2626
key: "TRAMPOLINE_IMAGE"
27-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.36.1"
27+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.37.0"
2828
}
2929

3030
env_vars: {

.kokoro/nightly/graalvm-sub-jobs/native-a/common.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ env_vars: {
2929

3030
env_vars: {
3131
key: "TRAMPOLINE_IMAGE"
32-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.36.1"
32+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.37.0"
3333
}
3434

3535
# TODO: remove this after we've migrated all tests and scripts

.kokoro/nightly/graalvm-sub-jobs/native-b/common.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env_vars: {
2424

2525
env_vars: {
2626
key: "TRAMPOLINE_IMAGE"
27-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.36.1"
27+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.37.0"
2828
}
2929

3030
env_vars: {

.kokoro/nightly/graalvm-sub-jobs/native/common.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ env_vars: {
2929

3030
env_vars: {
3131
key: "TRAMPOLINE_IMAGE"
32-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.36.1"
32+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.37.0"
3333
}
3434

3535
# TODO: remove this after we've migrated all tests and scripts

.kokoro/presubmit/graalvm-native-17-presubmit.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.36.1"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.37.0"
77
}
88

99
env_vars: {

.kokoro/presubmit/graalvm-native-a-presubmit.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.36.1"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.37.0"
77
}
88

99
env_vars: {

.kokoro/presubmit/graalvm-native-b-presubmit.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.36.1"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.37.0"
77
}
88

99
env_vars: {

.kokoro/presubmit/graalvm-native-presubmit.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.36.1"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.37.0"
77
}
88

99
env_vars: {

google-cloud-pom-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>com.google.cloud</groupId>
1717
<artifactId>sdk-platform-java-config</artifactId>
18-
<version>3.36.1</version>
18+
<version>3.37.0</version>
1919
<relativePath/>
2020
</parent>
2121

0 commit comments

Comments
 (0)