Skip to content

Commit

Permalink
Bump protobuf.version from 3.25.1 to 3.25.2
Browse files Browse the repository at this point in the history
Bumps `protobuf.version` from 3.25.1 to 3.25.2.

Updates `com.google.protobuf:protobuf-java` from 3.25.1 to 3.25.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.25.1...v3.25.2)

Updates `com.google.protobuf:protobuf-java-util` from 3.25.1 to 3.25.2

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.protobuf:protobuf-java-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 21, 2024
1 parent 8264d8b commit 12ad896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parquet-protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<properties>
<elephant-bird.version>4.4</elephant-bird.version>
<protobuf.version>3.25.1</protobuf.version>
<protobuf.version>3.25.2</protobuf.version>
<common-protos.version>2.30.0</common-protos.version> <!-- make sure it's compatible with protobuf.version -->
<truth-proto-extension.version>1.2.0</truth-proto-extension.version>
</properties>
Expand Down

0 comments on commit 12ad896

Please sign in to comment.