File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 33# Configure the docker image for kokoro-trampoline.
44env_vars: {
55 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 "
77}
88
99env_vars: {
Original file line number Diff line number Diff line change 33# Configure the docker image for kokoro-trampoline.
44env_vars: {
55 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 "
77}
88
99env_vars: {
Original file line number Diff line number Diff line change 2525 <parent >
2626 <groupId >com.google.cloud</groupId >
2727 <artifactId >sdk-platform-java-config</artifactId >
28- <version >3.27.0 </version >
28+ <version >3.28.1 </version >
2929 </parent >
3030
3131 <developers >
107107 <dependency >
108108 <groupId >com.google.guava</groupId >
109109 <artifactId >guava</artifactId >
110+ <exclusions >
111+ <exclusion >
112+ <groupId >com.google.guava</groupId >
113+ <artifactId >failureaccess</artifactId >
114+ </exclusion >
115+ </exclusions >
110116 </dependency >
111117
112118 <!-- Test dependencies -->
You can’t perform that action at this time.
0 commit comments