Skip to content

Commit d2f9e7d

Browse files
authored
chore(deps): update dependency com.google.cloud:sdk-platform-java-config to v3.30.0 (#10778)
1 parent 24ce228 commit d2f9e7d

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
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
1616
- name: Unmanaged dependency check
17-
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.29.0
17+
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.30.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.29.0"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.30.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.29.0"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.30.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.29.0"
27+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.30.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.29.0"
32+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.30.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.29.0"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.30.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.29.0"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.30.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.29.0</version>
18+
<version>3.30.0</version>
1919
<relativePath/>
2020
</parent>
2121

0 commit comments

Comments
 (0)