Skip to content

Commit db6c890

Browse files
cushonError Prone Team
authored and
Error Prone Team
committed
Downgrade protobuf version to 3.25.5
This still fixes GHSA-735f-pc8j-v9w8, but avoids a breaking change to 4.x, see #4634 PiperOrigin-RevId: 689792648
1 parent ed6b121 commit db6c890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<maven-javadoc-plugin.version>3.3.1</maven-javadoc-plugin.version>
4444
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
4545
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
46-
<protobuf.version>4.28.2</protobuf.version>
46+
<protobuf.version>3.25.5</protobuf.version>
4747
<grpc.version>1.43.3</grpc.version>
4848
<jspecify.version>1.0.0</jspecify.version>
4949
</properties>

0 commit comments

Comments
 (0)