Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

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 7c1b0db
  • Loading branch information
suztomo committed Apr 11, 2022
1 parent cbc4c83 commit 80b5ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 80b5ef6

Please sign in to comment.