Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit b1d6785

Browse files
build(deps): bump com.google.protobuf:protoc from 4.27.1 to 4.27.2
Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 4.27.1 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:protoc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7d4fab6 commit b1d6785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
implementation 'com.diogonunes:JColor:5.5.1'
2828
implementation 'com.google.protobuf:protobuf-java:4.27.0'
2929
implementation 'com.google.protobuf:protobuf-java-util:4.27.0'
30-
implementation 'com.google.protobuf:protoc:4.27.1'
30+
implementation 'com.google.protobuf:protoc:4.27.2'
3131
implementation "io.grpc:protoc-gen-grpc-java:${grpcVersion}"
3232
implementation "io.grpc:grpc-core:${grpcVersion}"
3333
implementation "io.grpc:grpc-stub:${grpcVersion}"
@@ -76,7 +76,7 @@ protobuf {
7676
}
7777
protoc {
7878
// Download from repositories
79-
artifact = 'com.google.protobuf:protoc:4.27.1'
79+
artifact = 'com.google.protobuf:protoc:4.27.2'
8080
}
8181
generateProtoTasks {
8282
all().configureEach { task ->

0 commit comments

Comments
 (0)