File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
google-cloud-bigtable-deps-bom
src/test/java/com/google/cloud/bigtable/data/v2 Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 6565 <dependency >
6666 <groupId >com.google.cloud</groupId >
6767 <artifactId >google-cloud-shared-dependencies</artifactId >
68- <version >1.4 .0</version >
68+ <version >2.0 .0</version >
6969 <type >pom</type >
7070 <scope >import</scope >
7171 </dependency >
Original file line number Diff line number Diff line change 234234 <groupId >com.google.truth</groupId >
235235 <artifactId >truth</artifactId >
236236 <scope >test</scope >
237+ <exclusions >
238+ <exclusion >
239+ <groupId >org.checkerframework</groupId >
240+ <artifactId >checker-qual</artifactId >
241+ </exclusion >
242+ </exclusions >
237243 </dependency >
238244 <dependency >
239245 <groupId >com.google.truth.extensions</groupId >
240246 <artifactId >truth-proto-extension</artifactId >
241247 <scope >test</scope >
248+ <exclusions >
249+ <exclusion >
250+ <groupId >org.checkerframework</groupId >
251+ <artifactId >checker-qual</artifactId >
252+ </exclusion >
253+ </exclusions >
242254 </dependency >
243255 <dependency >
244256 <groupId >io.grpc</groupId >
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ public void transportTerminated(Attributes transportAttrs) {
129129 Mockito .mock (
130130 ExecutorProvider .class ,
131131 new BuilderAnswer <>(
132- ExecutorProvider .class , builder .stubSettings ().getExecutorProvider ()));
132+ ExecutorProvider .class , builder .stubSettings ().getBackgroundExecutorProvider ()));
133133
134134 watchdogProvider =
135135 Mockito .mock (
Original file line number Diff line number Diff line change 1414 <parent >
1515 <groupId >com.google.cloud</groupId >
1616 <artifactId >google-cloud-shared-config</artifactId >
17- <version >0.13.1 </version >
17+ <version >1.0.0 </version >
1818 </parent >
1919
2020 <developers >
You can’t perform that action at this time.
0 commit comments