Skip to content

Commit

Permalink
DBZ-8371 bump protobuf dependencies to avoid vulnerability
Browse files Browse the repository at this point in the history
The current version of the protobuf libraries (3.25.2) is affected by
[SNYK-JAVA-COMGOOGLEPROTOBUF-8055227](https://security.snyk.io/vuln/SNYK-JAVA-COMGOOGLEPROTOBUF-8055227).

The recommended fix is to upgrade to 3.25.5, which should be safe as
it's just a patch fix.
  • Loading branch information
enzo-cappa authored and jpechane committed Nov 4, 2024
1 parent 4d9ecda commit 2af83a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@
<version.cassandra4>4.0.2</version.cassandra4>

<!-- Required in protoc plug-in config, too; can't be in BOM therefore -->
<version.com.google.protobuf>3.25.2</version.com.google.protobuf>
<version.com.google.protobuf>3.25.5</version.com.google.protobuf>
<!-- The version is separate so different protoc can be used in product -->
<version.com.google.protobuf.protoc>3.25.2</version.com.google.protobuf.protoc>
<version.com.google.protobuf.protoc>3.25.5</version.com.google.protobuf.protoc>

<!-- Infinispan version for Oracle and Debezium Server sink -->
<version.infinispan>14.0.29.Final</version.infinispan>
Expand Down

0 comments on commit 2af83a5

Please sign in to comment.