File tree 4 files changed +15
-3
lines changed
src/test/java/com/google/cloud/bigtable/data/v2
google-cloud-bigtable-deps-bom
4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 65
65
<dependency >
66
66
<groupId >com.google.cloud</groupId >
67
67
<artifactId >google-cloud-shared-dependencies</artifactId >
68
- <version >1.4 .0</version >
68
+ <version >2.0 .0</version >
69
69
<type >pom</type >
70
70
<scope >import</scope >
71
71
</dependency >
Original file line number Diff line number Diff line change 234
234
<groupId >com.google.truth</groupId >
235
235
<artifactId >truth</artifactId >
236
236
<scope >test</scope >
237
+ <exclusions >
238
+ <exclusion >
239
+ <groupId >org.checkerframework</groupId >
240
+ <artifactId >checker-qual</artifactId >
241
+ </exclusion >
242
+ </exclusions >
237
243
</dependency >
238
244
<dependency >
239
245
<groupId >com.google.truth.extensions</groupId >
240
246
<artifactId >truth-proto-extension</artifactId >
241
247
<scope >test</scope >
248
+ <exclusions >
249
+ <exclusion >
250
+ <groupId >org.checkerframework</groupId >
251
+ <artifactId >checker-qual</artifactId >
252
+ </exclusion >
253
+ </exclusions >
242
254
</dependency >
243
255
<dependency >
244
256
<groupId >io.grpc</groupId >
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ public void transportTerminated(Attributes transportAttrs) {
129
129
Mockito .mock (
130
130
ExecutorProvider .class ,
131
131
new BuilderAnswer <>(
132
- ExecutorProvider .class , builder .stubSettings ().getExecutorProvider ()));
132
+ ExecutorProvider .class , builder .stubSettings ().getBackgroundExecutorProvider ()));
133
133
134
134
watchdogProvider =
135
135
Mockito .mock (
Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >com.google.cloud</groupId >
16
16
<artifactId >google-cloud-shared-config</artifactId >
17
- <version >0.13.1 </version >
17
+ <version >1.0.0 </version >
18
18
</parent >
19
19
20
20
<developers >
You can’t perform that action at this time.
0 commit comments