Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
build(deps): bump protobuf.java.version from 3.25.3 to 4.27.0
Browse files Browse the repository at this point in the history
Bumps `protobuf.java.version` from 3.25.3 to 4.27.0.

Updates `com.google.protobuf:protobuf-java` from 3.25.3 to 4.27.0
- [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.3 to 4.27.0

---
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 May 27, 2024
1 parent ee8bfdb commit f8db92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<commons.collections4.version>4.4</commons.collections4.version>
<protobuf.java.version>3.25.3</protobuf.java.version>
<protobuf.java.version>4.27.0</protobuf.java.version>
<netty.common.version>4.1.110.Final</netty.common.version>
<jackson-databind.version>2.13.4.2</jackson-databind.version>
</properties>
Expand Down

0 comments on commit f8db92c

Please sign in to comment.