Skip to content

Commit 6c3dcd0

Browse files
authored
fix(deps): update artifact (#7645)
1 parent 981bf0a commit 6c3dcd0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

endpoints/bookstore-grpc/api/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ dependencies {
3838

3939
protobuf {
4040
protoc {
41-
artifact = 'com.google.protobuf:protoc:3.20.1'
41+
artifact = 'com.google.protobuf:protoc:3.21.12'
4242
}
4343

4444
plugins {
4545
grpc {
46-
artifact = 'io.grpc:protoc-gen-grpc-java:1.46.0'
46+
artifact = 'io.grpc:protoc-gen-grpc-java:1.52.1'
4747
}
4848
}
4949
generateProtoTasks {

endpoints/getting-started-grpc/api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040

4141
protobuf {
4242
protoc {
43-
artifact = 'com.google.protobuf:protoc:3.20.1'
43+
artifact = 'com.google.protobuf:protoc:3.21.12'
4444
}
4545

4646
plugins {

0 commit comments

Comments
 (0)