Skip to content

Commit 792e44f

Browse files
authored
deps: update dependency com.google.cloud:native-image-shared-config to v1.9.0 (#1961)
1 parent f65d8fc commit 792e44f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.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_a:1.7.7"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_a:1.9.0"
77
}
88

99
env_vars: {

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

Lines changed: 2 additions & 2 deletions
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_b:1.7.7"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_b:1.9.0"
77
}
88

99
env_vars: {
@@ -30,4 +30,4 @@ env_vars: {
3030
env_vars: {
3131
key: "SECRET_MANAGER_KEYS"
3232
value: "java-it-service-account"
33-
}
33+
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<parent>
9393
<groupId>com.google.cloud</groupId>
9494
<artifactId>native-image-shared-config</artifactId>
95-
<version>1.7.7</version>
95+
<version>1.9.0</version>
9696
</parent>
9797

9898
<!--

0 commit comments

Comments
 (0)