File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
bigtable-hbase-1.x-parent/bigtable-hbase-1.x-tools
bigtable-hbase-2.x-parent/bigtable-hbase-2.x-integration-tests Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 5555 <dependency >
5656 <groupId >com.google.guava</groupId >
5757 <artifactId >guava</artifactId >
58- <version >31.0.1-jre </version >
58+ <version >${guava.version} </version >
5959 </dependency >
6060 <dependency >
6161 <groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change @@ -274,7 +274,6 @@ limitations under the License.
274274 <dependency >
275275 <groupId >com.google.guava</groupId >
276276 <artifactId >guava</artifactId >
277- <version >${guava.version} </version >
278277 <scope >test</scope >
279278 </dependency >
280279
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ limitations under the License.
5454 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
5555
5656 <!-- core dependency versions -->
57- <bigtable .version>2.1.4 </bigtable .version>
57+ <bigtable .version>2.2.0 </bigtable .version>
5858 <bigtable-client-core .version>1.23.0</bigtable-client-core .version>
5959 <grpc-conscrypt .version>2.5.1</grpc-conscrypt .version>
6060 <!-- keeping at this version to align with hbase-->
@@ -76,7 +76,7 @@ limitations under the License.
7676 <!-- TODO: check if commons-codec was transitively updated to 1.13 and okhttp was updated to 2.7.5 when upgrading-->
7777 <beam .version>2.30.0</beam .version>
7878 <!-- referred from bigtable-beam-import and bigtable-emulator -->
79- <guava .version>30.1 .1-jre</guava .version>
79+ <guava .version>31.0 .1-jre</guava .version>
8080 <gcs-guava .version>29.0-jre</gcs-guava .version>
8181 <beam-slf4j .version>1.7.30</beam-slf4j .version>
8282
You can’t perform that action at this time.
0 commit comments