Skip to content

Commit

Permalink
fix: update protobuf-java
Browse files Browse the repository at this point in the history
Currently used version has vulnerability CWE-121 / CVE-2024-7254 / CVSS 8.7.
Update to the latest version of major version 3, as protobuf-java 4.x causes other problems that need to be fixed.
  • Loading branch information
jhaeu committed Nov 28, 2024
1 parent 28b61e7 commit a1ad71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.22.3</version>
<version>3.25.5</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit a1ad71f

Please sign in to comment.