Skip to content

Commit 5f9a9e7

Browse files
renovate-botlqiu96
andauthored
fix: update dependency com.google.cloud:sdk-platform-java-config to v3.46.3 (#11531)
* fix: update dependency com.google.cloud:sdk-platform-java-config to v3.46.3 * chore: Use Java 17 for lint --------- Co-authored-by: Lawrence Qiu <lawrenceqiu@google.com>
1 parent 0f9d110 commit 5f9a9e7

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

‎.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- uses: actions/setup-java@v4
7272
with:
7373
distribution: temurin
74-
java-version: 11
74+
java-version: 17
7575
- run: java -version
7676
- uses: actions/cache@v4
7777
id: mvn-cache

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

‎.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.46.2"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.46.3"
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.46.2"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.46.3"
77
}
88

99
env_vars: {

‎.kokoro/nightly/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.46.2"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.46.3"
77
}
88

99
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.46.2"
32+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.46.3"
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.46.2"
27+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.46.3"
2828
}
2929

3030
env_vars: {

‎.kokoro/nightly/graalvm-sub-jobs/native-c/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_c:3.46.2"
27+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.46.3"
2828
}
2929

3030
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.46.2"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.46.3"
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.46.2"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.46.3"
77
}
88

99
env_vars: {

0 commit comments

Comments
 (0)