Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump protobufVersion from 3.19.1 to 3.20.0
Bumps `protobufVersion` from 3.19.1 to 3.20.0.

Updates `protobuf-java-util` from 3.19.1 to 3.20.0
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.19.1...v3.20.0)

Updates `protoc` from 3.19.1 to 3.20.0
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.19.1...v3.20.0)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java-util
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 7, 2022
commit 378be6f487990294f34a3694fc9f2f1536931de5
2 changes: 1 addition & 1 deletion SpringBootGRpc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
mavenCentral()
}

var protobufVersion='3.19.1'
var protobufVersion='3.20.0'
var grpcVersion='1.42.0'

dependencies {
Expand Down