Skip to content

Commit

Permalink
chore(deps): Bump protobufJavaVersion from 4.26.1 to 4.27.0 (#775)
Browse files Browse the repository at this point in the history
Bumps `protobufJavaVersion` from 4.26.1 to 4.27.0.

Updates `com.google.protobuf:protobuf-java` from 4.26.1 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:protoc` from 4.26.1 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)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 31, 2024
1 parent 7a2b5cf commit 12e3a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ext {
monetaVersion = '1.4.4'
moneyApiVersion = '1.1'

protobufJavaVersion = '4.26.1'
protobufJavaVersion = '4.27.0'

junitJupiterVersion = '5.10.2'
jsonUnitAssertJVersion = '3.2.7'
Expand Down

0 comments on commit 12e3a05

Please sign in to comment.