Skip to content

Commit

Permalink
Downgrade protobuf version to 3.25.5
Browse files Browse the repository at this point in the history
This still fixes GHSA-735f-pc8j-v9w8, but avoids a breaking change to 4.x, see #4634

PiperOrigin-RevId: 689792648
  • Loading branch information
cushon authored and Error Prone Team committed Oct 25, 2024
1 parent ed6b121 commit db6c890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<maven-javadoc-plugin.version>3.3.1</maven-javadoc-plugin.version>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<protobuf.version>4.28.2</protobuf.version>
<protobuf.version>3.25.5</protobuf.version>
<grpc.version>1.43.3</grpc.version>
<jspecify.version>1.0.0</jspecify.version>
</properties>
Expand Down

0 comments on commit db6c890

Please sign in to comment.