Skip to content

Commit

Permalink
[proxima] validate beam 2.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
je-ik committed Mar 8, 2023
1 parent d9cbe66 commit 5b10997
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion beam/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@

<dependency>
<groupId>${apache.beam.groupId}</groupId>
<artifactId>beam-runners-spark</artifactId>
<artifactId>beam-runners-spark-3</artifactId>
<version>${apache.beam.version}</version>
<scope>provided</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions beam/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<name>${project.groupId}:${project.artifactId}</name>

<properties>
<spark.version>2.4.5</spark.version>
<spark.version>3.1.2</spark.version>
<shadePattern>cz.o2.proxima.beam.tools.shaded</shadePattern>
</properties>

Expand Down Expand Up @@ -310,7 +310,7 @@

<dependency>
<groupId>${apache.beam.groupId}</groupId>
<artifactId>beam-runners-spark</artifactId>
<artifactId>beam-runners-spark-3</artifactId>
</dependency>

<dependency>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@
<hbase.version>2.5.2-hadoop3</hbase.version>
<junit.jupiter.version>5.7.2</junit.jupiter.version>
<kafka.version>2.8.1</kafka.version>
<proto.version>3.21.9</proto.version>
<protoc.version>3.21.9</protoc.version>
<grpc.version>1.50.2</grpc.version>
<proto.version>3.21.12</proto.version>
<protoc.version>3.21.12</protoc.version>
<grpc.version>1.52.1</grpc.version>
<gmaven.version>1.10.0</gmaven.version>
<guava.version>31.1-jre</guava.version>
<commons-io.version>2.7</commons-io.version>
Expand All @@ -116,7 +116,7 @@
<spotless.version>2.0.1</spotless.version>
<!-- apache beam related properties -->
<apache.beam.groupId>org.apache.beam</apache.beam.groupId>
<apache.beam.version>2.44.0</apache.beam.version>
<apache.beam.version>2.46.0</apache.beam.version>
<apache.beam.groupId.raw>org.apache.beam</apache.beam.groupId.raw>
<apache.beam.version.raw>${apache.beam.version}</apache.beam.version.raw>
<zookeeper.version>3.6.2</zookeeper.version>
Expand Down Expand Up @@ -213,7 +213,7 @@
</repository>
<repository>
<id>beam-validation</id>
<url>https://repository.apache.org/content/repositories/orgapachebeam-1290/</url>
<url>https://repository.apache.org/content/repositories/orgapachebeam-1306/</url>
</repository>
</repositories>
<pluginRepositories>
Expand Down

0 comments on commit 5b10997

Please sign in to comment.