Skip to content

Commit 34dfd0d

Browse files
authored
fix: update dependency com.google.cloud:sdk-platform-java-config to v3.42.0 (#11410)
1 parent 7d99222 commit 34dfd0d

14 files changed

+14
-14
lines changed

.github/workflows/unmanaged_dependency_check.yaml

+1-1
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.41.1
17+
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.42.0
1818
with:
1919
bom-path: gapic-libraries-bom/pom.xml

.kokoro/nightly/graalvm-native-17.cfg

+1-1
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.41.1"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.42.0"
77
}
88

99
env_vars: {

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

+1-1
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.41.1"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.42.0"
77
}
88

99
env_vars: {

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

+1-1
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.41.1"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.42.0"
77
}
88

99
env_vars: {

.kokoro/nightly/graalvm-native.cfg

+1-1
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.41.1"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.42.0"
77
}
88

99
env_vars: {

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

+1-1
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.41.1"
27+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.42.0"
2828
}
2929

3030
env_vars: {

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

+1-1
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.41.1"
32+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.42.0"
3333
}
3434

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

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

+1-1
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.41.1"
27+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.42.0"
2828
}
2929

3030
env_vars: {

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

+1-1
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.41.1"
32+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.42.0"
3333
}
3434

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

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

+1-1
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.41.1"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.42.0"
77
}
88

99
env_vars: {

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

+1-1
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.41.1"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.42.0"
77
}
88

99
env_vars: {

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

+1-1
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.41.1"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.42.0"
77
}
88

99
env_vars: {

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

+1-1
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.41.1"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.42.0"
77
}
88

99
env_vars: {

google-cloud-pom-parent/pom.xml

+1-1
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.41.1</version>
18+
<version>3.42.0</version>
1919
<relativePath/>
2020
</parent>
2121

0 commit comments

Comments
 (0)