Skip to content

Commit

Permalink
fix: upgrade com.google.protobuf:protobuf-java from 3.20.3 to 3.25.1
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade com.google.protobuf:protobuf-java from 3.20.3 to 3.25.1.

See this package in Maven Repository:
https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java/

See this project in Snyk:
https://app.snyk.io/org/onokatio/project/13e5833a-10dc-4bc3-a42c-e432d82f2157?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Dec 15, 2023
1 parent 416b80d commit ed9ee8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/gandiva/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<protobuf.version>3.20.3</protobuf.version>
<protobuf.version>3.25.1</protobuf.version>
<checkstyle.failOnViolation>true</checkstyle.failOnViolation>
<arrow.cpp.build.dir>../../../cpp/release-build</arrow.cpp.build.dir>
</properties>
Expand Down

0 comments on commit ed9ee8e

Please sign in to comment.