Skip to content

Commit 6de9a4a

Browse files
authored
deps: revert protobuf to 3.19 (#348)
Reverting for the sake of consistency. This PR reverts googleapis/java-common-protos@24bdd0a
1 parent c4eb52c commit 6de9a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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.20.0'
21+
compile 'com.google.protobuf:protobuf-java:3.19.4'
2222
}
2323

2424
sourceSets {

0 commit comments

Comments
 (0)