Skip to content

Commit

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

Updates `com.google.protobuf:protobuf-java` from 3.23.1 to 3.23.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.23.1...v3.23.2)

Updates `com.google.protobuf:protobuf-java-util` from 3.23.1 to 3.23.2

Updates `com.google.protobuf:protoc` from 3.23.1 to 3.23.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.23.1...v3.23.2)

---
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 May 29, 2023
1 parent 1186b3a commit f40f5e8
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.55.1'
protoVersion = '3.23.1'
protoVersion = '3.23.2'
containerVersion = '1.18.1'
kafkaVersion = "7.4.0-ce"
awsVersion = '2.20.69'
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.55.1'
protoVersion = '3.23.1'
protoVersion = '3.23.2'
}

group 'com.HybridTestFramework'
Expand Down

0 comments on commit f40f5e8

Please sign in to comment.