Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0a4e88d

Browse files
committed
fix(deps): update dependency com.google.protobuf:protobuf-java to v3.21.12
1 parent 582c796 commit 0a4e88d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java-common-protos/proto-google-common-protos/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repositories {
1818
}
1919

2020
dependencies {
21-
compile 'com.google.protobuf:protobuf-java:3.21.9'
21+
compile 'com.google.protobuf:protobuf-java:3.21.12'
2222
}
2323

2424
sourceSets {

java-iam/proto-google-iam-v1/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repositories {
1818
}
1919

2020
dependencies {
21-
compile 'com.google.protobuf:protobuf-java:3.21.9'
21+
compile 'com.google.protobuf:protobuf-java:3.21.12'
2222
compile 'com.google.api:api-common:2.2.2'
2323
compile project(':proto-google-common-protos')
2424
}

0 commit comments

Comments
 (0)