File tree Expand file tree Collapse file tree 5 files changed +38
-3
lines changed
google-cloud-spanner-executor Expand file tree Collapse file tree 5 files changed +38
-3
lines changed Original file line number Diff line number Diff line change 1717 # repository
1818 .kokoro/build.sh
1919 - name : Unmanaged dependency check
20- uses : googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.52.3
20+ uses : googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.53.0
2121 with :
2222 bom-path : google-cloud-spanner-bom/pom.xml
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >com.google.cloud</groupId >
1010 <artifactId >sdk-platform-java-config</artifactId >
11- <version >3.52.3 </version >
11+ <version >3.53.0 </version >
1212 </parent >
1313
1414 <name >Google Cloud Spanner BOM</name >
Original file line number Diff line number Diff line change 6565 <groupId >com.google.cloud</groupId >
6666 <artifactId >google-cloud-trace</artifactId >
6767 <version >2.76.0</version >
68+ <!-- Version will be managed by guava -->
69+ <exclusions >
70+ <exclusion >
71+ <groupId >com.google.guava</groupId >
72+ <artifactId >failureaccess</artifactId >
73+ </exclusion >
74+ </exclusions >
6875 </dependency >
6976 <dependency >
7077 <groupId >io.grpc</groupId >
138145 <groupId >com.google.api.grpc</groupId >
139146 <artifactId >proto-google-cloud-trace-v1</artifactId >
140147 <version >2.76.0</version >
148+ <!-- Version will be managed by guava -->
149+ <exclusions >
150+ <exclusion >
151+ <groupId >com.google.guava</groupId >
152+ <artifactId >failureaccess</artifactId >
153+ </exclusion >
154+ </exclusions >
141155 </dependency >
142156 <dependency >
143157 <groupId >com.google.api.grpc</groupId >
Original file line number Diff line number Diff line change 273273 <groupId >com.google.cloud</groupId >
274274 <artifactId >google-cloud-monitoring</artifactId >
275275 <version >3.77.0</version >
276+ <!-- Version will be managed by guava -->
277+ <exclusions >
278+ <exclusion >
279+ <groupId >com.google.guava</groupId >
280+ <artifactId >failureaccess</artifactId >
281+ </exclusion >
282+ </exclusions >
276283 </dependency >
277284 <dependency >
278285 <groupId >com.google.api.grpc</groupId >
279286 <artifactId >proto-google-cloud-monitoring-v3</artifactId >
280287 <version >3.77.0</version >
288+ <!-- Version will be managed by guava -->
289+ <exclusions >
290+ <exclusion >
291+ <groupId >com.google.guava</groupId >
292+ <artifactId >failureaccess</artifactId >
293+ </exclusion >
294+ </exclusions >
281295 </dependency >
282296 <dependency >
283297 <groupId >com.google.api.grpc</groupId >
284298 <artifactId >grpc-google-cloud-monitoring-v3</artifactId >
285299 <version >3.77.0</version >
286300 <scope >test</scope >
301+ <!-- Version will be managed by guava -->
302+ <exclusions >
303+ <exclusion >
304+ <groupId >com.google.guava</groupId >
305+ <artifactId >failureaccess</artifactId >
306+ </exclusion >
307+ </exclusions >
287308 </dependency >
288309 <dependency >
289310 <groupId >com.google.auth</groupId >
Original file line number Diff line number Diff line change 1414 <parent >
1515 <groupId >com.google.cloud</groupId >
1616 <artifactId >sdk-platform-java-config</artifactId >
17- <version >3.52.3 </version >
17+ <version >3.53.0 </version >
1818 </parent >
1919
2020 <developers >
You can’t perform that action at this time.
0 commit comments