Skip to content

Commit

Permalink
chore: update graal-sdk version and downstream check to 22.3.2 (#1668)
Browse files Browse the repository at this point in the history
* chore: update graal-sdk version to 22.3.2 and update downstream check
  • Loading branch information
mpeddada1 committed May 8, 2023
1 parent 4054bc6 commit 6107ff3
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-17-downstream.cfg
Expand Up @@ -3,5 +3,5 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm17:22.3.0"
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm17:22.3.2"
}
2 changes: 1 addition & 1 deletion .kokoro/presubmit/graalvm-native-downstream.cfg
Expand Up @@ -3,5 +3,5 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm:22.3.0"
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm:22.3.2"
}
2 changes: 1 addition & 1 deletion gax-java/pom.xml
Expand Up @@ -143,7 +143,7 @@
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>graal-sdk</artifactId>
<version>22.3.1</version>
<version>22.3.2</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
Expand Down

0 comments on commit 6107ff3

Please sign in to comment.