Skip to content

Commit 6107ff3

Browse files
authored
chore: update graal-sdk version and downstream check to 22.3.2 (#1668)
* chore: update graal-sdk version to 22.3.2 and update downstream check
1 parent 4054bc6 commit 6107ff3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.kokoro/presubmit/graalvm-native-17-downstream.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm17:22.3.0"
6+
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm17:22.3.2"
77
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm:22.3.0"
6+
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm:22.3.2"
77
}

gax-java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
<dependency>
144144
<groupId>org.graalvm.sdk</groupId>
145145
<artifactId>graal-sdk</artifactId>
146-
<version>22.3.1</version>
146+
<version>22.3.2</version>
147147
</dependency>
148148
<dependency>
149149
<groupId>com.google.http-client</groupId>

0 commit comments

Comments
 (0)