Skip to content

Commit 787c030

Browse files
dependabot[bot]kou
authored andcommitted
MINOR: [Java] Bump protobuf-java from 3.20.1 to 3.20.3 in /java/gandiva (#14318)
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.20.1 to 3.20.3. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](protocolbuffers/protobuf@v3.20.1...v3.20.3) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d36998b commit 787c030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gandiva/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<properties>
2626
<maven.compiler.source>1.8</maven.compiler.source>
2727
<maven.compiler.target>1.8</maven.compiler.target>
28-
<protobuf.version>3.20.1</protobuf.version>
28+
<protobuf.version>3.20.3</protobuf.version>
2929
<checkstyle.failOnViolation>true</checkstyle.failOnViolation>
3030
<arrow.cpp.build.dir>../../../cpp/release-build</arrow.cpp.build.dir>
3131
</properties>

0 commit comments

Comments
 (0)