Skip to content

Commit 90e4e1a

Browse files
Bump protobufVersion from 3.18.1 to 3.19.0 (heowc#525)
Bumps `protobufVersion` from 3.18.1 to 3.19.0. Updates `protobuf-java-util` from 3.18.1 to 3.19.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](protocolbuffers/protobuf@v3.18.1...v3.19.0) Updates `protoc` from 3.18.1 to 3.19.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](protocolbuffers/protobuf@v3.18.1...v3.19.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3908329 commit 90e4e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SpringBootGRpc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
mavenCentral()
1010
}
1111

12-
var protobufVersion='3.18.1'
12+
var protobufVersion='3.19.0'
1313
var grpcVersion='1.41.0'
1414

1515
dependencies {

0 commit comments

Comments
 (0)