Skip to content

Commit b2e9b0c

Browse files
authored
build(deps): update dependency com.google.cloud:native-image-shared-config to v1.11.3 (#2018)
1 parent f9d4e15 commit b2e9b0c

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

99
env_vars: {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<parent>
9494
<groupId>com.google.cloud</groupId>
9595
<artifactId>native-image-shared-config</artifactId>
96-
<version>1.11.0</version>
96+
<version>1.11.3</version>
9797
</parent>
9898

9999
<!--

0 commit comments

Comments
 (0)