Skip to content

Commit

Permalink
chore(deps): bump protobuf.version from 3.25.5 to 4.29.1
Browse files Browse the repository at this point in the history
Bumps `protobuf.version` from 3.25.5 to 4.29.1.

Updates `com.google.protobuf:protobuf-java` from 3.25.5 to 4.29.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

Updates `com.google.protobuf:protobuf-java-util` from 3.25.5 to 4.29.1

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 5f1fd87 commit 36117fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/serdes-with-references/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<properties>
<projectRoot>${project.basedir}/../..</projectRoot>
<protobuf.version>3.25.5</protobuf.version>
<protobuf.version>4.29.1</protobuf.version>
<proto-plugin.version>0.6.1</proto-plugin.version>
<protobuf.googleapi.types.version>2.49.0</protobuf.googleapi.types.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
<okio.version>3.9.1</okio.version>
<okio-fake-file-system.version>3.9.1</okio-fake-file-system.version>
<icu4j.version>76.1</icu4j.version>
<protobuf.version>3.25.5</protobuf.version>
<protobuf.version>4.29.1</protobuf.version>
<xmlsec.version>4.0.3</xmlsec.version>
<protobuf.googleapi.types.version>2.49.0</protobuf.googleapi.types.version>
<wsdl4j.version>1.6.3</wsdl4j.version>
Expand Down

0 comments on commit 36117fb

Please sign in to comment.