Skip to content

Commit

Permalink
Upgrade protobuf to v3.25.5.
Browse files Browse the repository at this point in the history
Earlier versions are impacted by `CVE-2024-7254`. Even though
we don't use groups or nested fields and mostly are not impacted directly.
We upgrade nonetheless to ensure safe use in case on unknown fields.
  • Loading branch information
G8XSU committed Dec 13, 2024
1 parent cb4b915 commit aea2711
Show file tree
Hide file tree
Showing 29 changed files with 1,107 additions and 359 deletions.
2 changes: 1 addition & 1 deletion java/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext.protobufPlugInVersion = '0.9.4'
ext.protobufVersion = '3.21.7'
ext.protobufVersion = '3.25.5'
ext.jerseyVersion = '3.1.0'
ext.junitVersion = '5.9.0'
ext.mockitoVersion = '5.2.0'
Expand Down
Loading

0 comments on commit aea2711

Please sign in to comment.