Skip to content

Commit

Permalink
Bump protoVersion from 3.24.3 to 3.24.4
Browse files Browse the repository at this point in the history
Bumps `protoVersion` from 3.24.3 to 3.24.4.

Updates `com.google.protobuf:protobuf-java` from 3.24.3 to 3.24.4
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.24.3...v3.24.4)

Updates `com.google.protobuf:protobuf-java-util` from 3.24.3 to 3.24.4

Updates `com.google.protobuf:protoc` from 3.24.3 to 3.24.4
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.24.3...v3.24.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 9, 2023
1 parent c816308 commit e035b0b
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.58.0'
protoVersion = '3.24.3'
protoVersion = '3.24.4'
containerVersion = '1.19.1'
kafkaVersion = "7.5.1-ce"
awsVersion = '2.20.162'
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.58.0'
protoVersion = '3.24.3'
protoVersion = '3.24.4'
}

group 'com.HybridTestFramework'
Expand Down

0 comments on commit e035b0b

Please sign in to comment.