Skip to content

Commit

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

Updates `com.google.protobuf:protobuf-java` from 3.19.6 to 4.28.2
- [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.19.6 to 4.28.2

---
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 23, 2024
1 parent c075138 commit b002968
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.28.2</protobuf.version>
<proto-plugin.version>0.6.1</proto-plugin.version>
<protobuf.googleapi.types.version>2.44.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 @@ -156,7 +156,7 @@
<okio.version>3.9.1</okio.version>
<okio-fake-file-system.version>3.9.0</okio-fake-file-system.version>
<icu4j.version>75.1</icu4j.version>
<protobuf.version>3.25.5</protobuf.version>
<protobuf.version>4.28.2</protobuf.version>
<xmlsec.version>4.0.2</xmlsec.version>
<protobuf.googleapi.types.version>2.44.0</protobuf.googleapi.types.version>
<wsdl4j.version>1.6.3</wsdl4j.version>
Expand Down

0 comments on commit b002968

Please sign in to comment.