Skip to content

Commit aea2711

Browse files
committed
Upgrade protobuf to v3.25.5.
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.
1 parent cb4b915 commit aea2711

29 files changed

+1107
-359
lines changed

java/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext.protobufPlugInVersion = '0.9.4'
3-
ext.protobufVersion = '3.21.7'
3+
ext.protobufVersion = '3.25.5'
44
ext.jerseyVersion = '3.1.0'
55
ext.junitVersion = '5.9.0'
66
ext.mockitoVersion = '5.2.0'

0 commit comments

Comments
 (0)