Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
Because of issues in Dataflow and incompatibilities related to protobuf breaking changes protocolbuffers/protobuf#11986
  • Loading branch information
labianchin committed Jul 27, 2023
1 parent dacab34 commit 9284786
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@
<auto-value.version>1.10.2</auto-value.version>
<avro.version>1.11.1</avro.version>
<bouncycastle.version>1.70</bouncycastle.version>

<beam.version>2.49.0</beam.version>
<!--Ensure Beam SDK compatibility-->
<!-- https://github.com/apache/beam/blob/release-2.49.0/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy#L517 -->
<google-cloud-libaries-bom.version>26.17.0</google-cloud-libaries-bom.version>
<grpc.version>1.55.1</grpc.version>
<gcsio.version>2.2.15</gcsio.version>
<google-cloud-libaries-bom.version>26.19.0</google-cloud-libaries-bom.version>
<grpc.version>1.55.3</grpc.version>
<guava.version>32.1.1-jre</guava.version>
<hamcrest.version>2.2</hamcrest.version>
<junit.version>4.13.2</junit.version>
Expand All @@ -117,7 +117,6 @@
<postgresql.version>42.6.0</postgresql.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<protobuf.version>3.23.4</protobuf.version>
<slf4j.version>2.0.7</slf4j.version>
<socket-factory.version>1.12.0</socket-factory.version>
</properties>
Expand All @@ -144,13 +143,33 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-storage</artifactId>
<version>v1-rev20230301-2.0.0</version>
</dependency>
<dependency>
<groupId>com.google.flogger</groupId>
<artifactId>flogger</artifactId>
<version>0.7.4</version>
</dependency>
<dependency>
<groupId>com.google.flogger</groupId>
<artifactId>flogger-system-backend</artifactId>
<version>0.7.4</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>${google-cloud-libaries-bom.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>gcsio</artifactId>
<version>${gcsio.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
Expand Down

0 comments on commit 9284786

Please sign in to comment.