Skip to content

Commit 769b1bb

Browse files
authored
deps: update beam version (#4556)
* deps: update beam version Change-Id: Ieff160f757b824db7f8c172c125dbab8276a035a * update error prone version Change-Id: Ic996cc24e360bec5bcf5b39ad0db28429df12e4d
1 parent 84457d9 commit 769b1bb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ limitations under the License.
3333
<dependency>
3434
<groupId>com.google.errorprone</groupId>
3535
<artifactId>error_prone_annotations</artifactId>
36-
<version>2.20.0</version>
36+
<version>2.31.0</version>
3737
</dependency>
3838

3939
<!-- fix the version conflict where beam is using 1.8.2 and google-cloud-shared-config

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ limitations under the License.
8080
<truth.version>1.1.5</truth.version>
8181
<hamcrest.version>1.3</hamcrest.version>
8282
<mockito.version>4.11.0</mockito.version>
83-
<beam.version>2.67.0</beam.version>
83+
<beam.version>2.72.0</beam.version>
8484
<!-- referred from bigtable-beam-import and bigtable-emulator -->
8585
<guava.version>33.4.0-jre</guava.version>
8686
<opencensus.version>0.31.1</opencensus.version>

0 commit comments

Comments
 (0)