Skip to content

Commit

Permalink
build(deps): update dependency com.google.cloud:native-image-shared-c…
Browse files Browse the repository at this point in the history
…onfig to v1.11.3 (#2018)
  • Loading branch information
renovate-bot authored Oct 2, 2024
1 parent f9d4e15 commit b2e9b0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .kokoro/presubmit/graalvm-native-a.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-public-resources/graalvm_a:1.11.0"
value: "gcr.io/cloud-devrel-public-resources/graalvm_a:1.11.3"
}

env_vars: {
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/presubmit/graalvm-native-b.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-public-resources/graalvm_b:1.11.0"
value: "gcr.io/cloud-devrel-public-resources/graalvm_b:1.11.3"
}

env_vars: {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>native-image-shared-config</artifactId>
<version>1.11.0</version>
<version>1.11.3</version>
</parent>

<!--
Expand Down

0 comments on commit b2e9b0c

Please sign in to comment.