Skip to content

Commit

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

Updates `com.google.protobuf:protobuf-java` from 3.19.6 to 4.27.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.27.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 6ab08ec commit a8e3f5b
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 @@ -11,7 +11,7 @@
<artifactId>apicurio-registry-examples-references</artifactId>

<properties>
<protobuf.version>4.26.1</protobuf.version>
<protobuf.version>4.27.2</protobuf.version>
<proto-plugin.version>0.6.1</proto-plugin.version>
<protobuf.googleapi.types.version>2.41.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 @@ -147,7 +147,7 @@
<okio.version>3.9.0</okio.version>
<okio-fake-file-system.version>3.9.0</okio-fake-file-system.version>
<icu4j.version>75.1</icu4j.version>
<protobuf.version>3.19.6</protobuf.version>
<protobuf.version>4.27.2</protobuf.version>
<xmlsec.version>4.0.2</xmlsec.version>
<protobuf.googleapi.types.version>2.41.0</protobuf.googleapi.types.version>
<wsdl4j.version>1.6.3</wsdl4j.version>
Expand Down

0 comments on commit a8e3f5b

Please sign in to comment.