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.2
Browse files Browse the repository at this point in the history
Bumps `protobuf.java.version` from 3.25.3 to 4.27.2.

Updates `com.google.protobuf:protobuf-java` from 3.25.3 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.25.3 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 546d930 commit afb8d57
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.2</protobuf.java.version>
<netty.common.version>4.1.111.Final</netty.common.version>
<jackson-databind.version>2.13.4.2</jackson-databind.version>
</properties>
Expand Down

0 comments on commit afb8d57

Please sign in to comment.