File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 3
3
# Configure the docker image for kokoro-trampoline.
4
4
env_vars: {
5
5
key: " TRAMPOLINE_IMAGE"
6
- value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.27.0 "
6
+ value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.28.1 "
7
7
}
8
8
9
9
env_vars: {
Original file line number Diff line number Diff line change 3
3
# Configure the docker image for kokoro-trampoline.
4
4
env_vars: {
5
5
key: " TRAMPOLINE_IMAGE"
6
- value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.27.0 "
6
+ value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.28.1 "
7
7
}
8
8
9
9
env_vars: {
Original file line number Diff line number Diff line change 25
25
<parent >
26
26
<groupId >com.google.cloud</groupId >
27
27
<artifactId >sdk-platform-java-config</artifactId >
28
- <version >3.27.0 </version >
28
+ <version >3.28.1 </version >
29
29
</parent >
30
30
31
31
<developers >
107
107
<dependency >
108
108
<groupId >com.google.guava</groupId >
109
109
<artifactId >guava</artifactId >
110
+ <exclusions >
111
+ <exclusion >
112
+ <groupId >com.google.guava</groupId >
113
+ <artifactId >failureaccess</artifactId >
114
+ </exclusion >
115
+ </exclusions >
110
116
</dependency >
111
117
112
118
<!-- Test dependencies -->
You can’t perform that action at this time.
0 commit comments