Skip to content

Commit

Permalink
deps: revert protobuf to 3.19 (#348)
Browse files Browse the repository at this point in the history
Reverting for the sake of consistency.

This PR reverts googleapis/java-common-protos@24bdd0a
  • Loading branch information
suztomo committed Apr 11, 2022
1 parent c4eb52c commit 6de9a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java-common-protos/proto-google-common-protos/build.gradle
Expand Up @@ -18,7 +18,7 @@ repositories {
}

dependencies {
compile 'com.google.protobuf:protobuf-java:3.20.0'
compile 'com.google.protobuf:protobuf-java:3.19.4'
}

sourceSets {
Expand Down

0 comments on commit 6de9a4a

Please sign in to comment.