Skip to content

Commit 08b4da4

Browse files
authored
deps: beam 2.33.0 (#3314)
* deps: upgrade beam to 2.32.0 * update storage version * test * test * beam to 2.33.0 * gcsio * gcsio * gcsio * gcsio * 2.32.0 * 2.33.0 * gcsio * fix deps * revert hamcrest * move gcs-connector * revert move * revert
1 parent 1ecdbe9 commit 08b4da4

File tree

3 files changed

+21
-7
lines changed

3 files changed

+21
-7
lines changed

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

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ limitations under the License.
5454
<groupId>org.apache.beam</groupId>
5555
<artifactId>beam-sdks-java-core</artifactId>
5656
</dependency>
57+
<dependency>
58+
<groupId>com.google.cloud.bigdataoss</groupId>
59+
<artifactId>gcs-connector</artifactId>
60+
<version>hadoop2-2.2.2</version>
61+
<classifier>shaded</classifier>
62+
</dependency>
5763
<dependency>
5864
<groupId>org.apache.beam</groupId>
5965
<artifactId>
@@ -78,6 +84,10 @@ limitations under the License.
7884
<exclusion>
7985
<groupId>com.google.api.grpc</groupId>
8086
<artifactId>grpc-google-cloud-bigtable-v2</artifactId>
87+
</exclusion>
88+
<exclusion>
89+
<groupId>org.hamcrest</groupId>
90+
<artifactId>hamcrest</artifactId>
8191
</exclusion>
8292
<exclusion>
8393
<groupId>org.hamcrest</groupId>
@@ -181,12 +191,6 @@ limitations under the License.
181191
<artifactId>hbase-shaded-server</artifactId>
182192
<version>${hbase1.version}</version>
183193
</dependency>
184-
<dependency>
185-
<groupId>com.google.cloud.bigdataoss</groupId>
186-
<artifactId>gcs-connector</artifactId>
187-
<version>hadoop2-2.1.4</version>
188-
<classifier>shaded</classifier>
189-
</dependency>
190194

191195

192196
<!-- Misc Group -->

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ limitations under the License.
4444
<groupId>org.apache.beam</groupId>
4545
<artifactId>beam-sdks-java-core</artifactId>
4646
<version>${beam.version}</version>
47+
<exclusions>
48+
<exclusion>
49+
<groupId>org.hamcrest</groupId>
50+
<artifactId>hamcrest</artifactId>
51+
</exclusion>
52+
</exclusions>
4753
</dependency>
4854

4955
<dependency>
@@ -61,6 +67,10 @@ limitations under the License.
6167
<groupId>org.slf4j</groupId>
6268
<artifactId>slf4j-log4j12</artifactId>
6369
</exclusion>
70+
<exclusion>
71+
<groupId>org.hamcrest</groupId>
72+
<artifactId>hamcrest</artifactId>
73+
</exclusion>
6474
</exclusions>
6575
</dependency>
6676

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ limitations under the License.
7474
<hamcrest.version>1.3</hamcrest.version>
7575
<mockito.version>4.0.0</mockito.version>
7676
<!-- TODO: check if commons-codec was transitively updated to 1.13 and okhttp was updated to 2.7.5 when upgrading-->
77-
<beam.version>2.30.0</beam.version>
77+
<beam.version>2.33.0</beam.version>
7878
<!-- referred from bigtable-beam-import and bigtable-emulator -->
7979
<guava.version>31.0.1-jre</guava.version>
8080
<gcs-guava.version>29.0-jre</gcs-guava.version>

0 commit comments

Comments
 (0)