Skip to content

Commit

Permalink
Bump protobuf from 3.25.0 to 3.25.1
Browse files Browse the repository at this point in the history
Bumps `protobuf` from 3.25.0 to 3.25.1.

Updates `com.google.protobuf:protobuf-java` from 3.25.0 to 3.25.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.25.0...v3.25.1)

Updates `com.google.protobuf:protobuf-java-util` from 3.25.0 to 3.25.1

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 07779ce commit 2728c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ipaddress = "5.4.0"
junit = "5.10.1"
# When updating, make sure to update buf.gen.yaml and src/test/resources/proto/buf.gen.*.yaml versions to match
# and regenerate code with 'make generate'.
protobuf = "3.25.0"
protobuf = "3.25.1"

[libraries]
assertj = { module = "org.assertj:assertj-core", version.ref = "assertj" }
Expand Down

0 comments on commit 2728c33

Please sign in to comment.