Skip to content

Commit f9e988d

Browse files
authored
deps: upgrade guava to 31.1-jre and Bigtable to 2.6.2 (#3582)
Updated guava to `31.1-jre` to avoid Maven's `RequireUpperBoundDeps` error Updated Bigtable version to '2.6.2' (On behalf of #3541)
1 parent 10e2128 commit f9e988d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ limitations under the License.
5555
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5656

5757
<!-- core dependency versions -->
58-
<bigtable.version>2.5.3</bigtable.version>
58+
<bigtable.version>2.6.2</bigtable.version>
5959
<bigtable-client-core.version>1.26.3</bigtable-client-core.version>
6060
<grpc-conscrypt.version>2.5.1</grpc-conscrypt.version>
6161
<!-- keeping at this version to align with hbase-->
@@ -80,7 +80,7 @@ limitations under the License.
8080
<!-- TODO: check if commons-codec was transitively updated to 1.13 and okhttp was updated to 2.7.5 when upgrading-->
8181
<beam.version>2.35.0</beam.version>
8282
<!-- referred from bigtable-beam-import and bigtable-emulator -->
83-
<guava.version>31.0.1-jre</guava.version>
83+
<guava.version>31.1-jre</guava.version>
8484
<gcs-guava.version>29.0-jre</gcs-guava.version>
8585
<beam-slf4j.version>1.7.30</beam-slf4j.version>
8686

0 commit comments

Comments
 (0)