Skip to content

Commit

Permalink
Downgrade to protobuf 2.22.x
Browse files Browse the repository at this point in the history
Because of issues in Dataflow and incompatibilities reported at grpc/grpc-java#10202
  • Loading branch information
labianchin committed Jul 27, 2023
1 parent dacab34 commit d474161
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,11 @@
<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>
<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 +116,8 @@
<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>
<!--Note: https://github.com/grpc/grpc-java/issues/10202-->
<protobuf.version>3.22.5</protobuf.version>
<slf4j.version>2.0.7</slf4j.version>
<socket-factory.version>1.12.0</socket-factory.version>
</properties>
Expand Down

0 comments on commit d474161

Please sign in to comment.