Skip to content

Commit b224a1d

Browse files
authored
deps: update dependency com.google.cloud:native-image-shared-config to v1.7.7 (#1937)
1 parent 5172e33 commit b224a1d

File tree

3 files changed

+3
-3
lines changed

3 files changed

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

99
env_vars: {

.kokoro/presubmit/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_b:1.7.6"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_b:1.7.7"
77
}
88

99
env_vars: {

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.6</version>
95+
<version>1.7.7</version>
9696
</parent>
9797

9898
<!--

0 commit comments

Comments
 (0)