Skip to content

Commit

Permalink
Bump protoVersion from 3.25.3 to 4.27.2
Browse files Browse the repository at this point in the history
Bumps `protoVersion` 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

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

---
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
- dependency-name: com.google.protobuf:protoc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 15, 2024
1 parent 737577f commit 4b35f69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ plugins {

ext {
grpcVersion = '1.65.1'
protoVersion = '3.25.3'
protoVersion = '4.27.2'
containerVersion = '1.19.8'
kafkaVersion = "7.6.1-ce"
awsVersion = '2.26.20'
Expand Down
2 changes: 1 addition & 1 deletion contract/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ plugins {

ext {
grpcVersion = '1.65.1'
protoVersion = '3.25.3'
protoVersion = '4.27.2'
}

group 'com.HybridTestFramework'
Expand Down

0 comments on commit 4b35f69

Please sign in to comment.