Skip to content

Commit

Permalink
Update the protobuf 3.25.5 due to snyk reported vulnerability
Browse files Browse the repository at this point in the history
com.google.protobuf:protobuf-java Stack-based Buffer Overflow
https://security.snyk.io/vuln/SNYK-JAVA-COMGOOGLEPROTOBUF-8055227
  • Loading branch information
leeturner committed Sep 23, 2024
1 parent bc7f8fc commit dfbc7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ allprojects {
versions = [
wiremock: "3.9.1",
grpc : "1.66.0",
protobuf: "3.25.3"
protobuf: "3.25.5"
]

repoUser = this.hasProperty('sonatypeUser') ? sonatypeUser : 'default'
Expand Down

0 comments on commit dfbc7de

Please sign in to comment.