File tree 4 files changed +4
-4
lines changed
encoders/protoc-gen-firebase-encoders 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
38
38
dependencies {
39
39
40
- implementation " com.google.protobuf:protobuf-java:3.14.0 "
40
+ implementation " com.google.protobuf:protobuf-java:3.21.9 "
41
41
implementation ' com.squareup:javapoet:1.13.0'
42
42
implementation ' com.google.guava:guava:30.0-jre'
43
43
implementation ' com.google.dagger:dagger:2.43.2'
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ protobuf {
49
49
dependencies {
50
50
testImplementation project(" :encoders:firebase-encoders" )
51
51
testImplementation project(" :encoders:firebase-encoders-proto" )
52
- testImplementation " com.google.protobuf:protobuf-java:3.14.0 "
52
+ testImplementation " com.google.protobuf:protobuf-java:3.21.9 "
53
53
testImplementation ' junit:junit:4.13.1'
54
54
testImplementation " com.google.truth:truth:1.0.1"
55
55
Original file line number Diff line number Diff line change @@ -92,5 +92,5 @@ dependencies {
92
92
androidTestImplementation " com.google.truth:truth:$googleTruthVersion "
93
93
androidTestImplementation ' com.linkedin.dexmaker:dexmaker:2.28.1'
94
94
androidTestImplementation ' com.linkedin.dexmaker:dexmaker-mockito:2.28.1'
95
- androidTestImplementation ' com.google.protobuf:protobuf-java:3.14.0 '
95
+ androidTestImplementation ' com.google.protobuf:protobuf-java:3.21.9 '
96
96
}
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dependencies {
50
50
implementation project(' :firebase-perf' )
51
51
implementation ' androidx.annotation:annotation:1.1.0'
52
52
53
- testCompileOnly " com.google.protobuf:protobuf-java:$p rotocVersion "
53
+ testCompileOnly " com.google.protobuf:protobuf-java:3.21.9 "
54
54
testImplementation " org.robolectric:robolectric:$robolectricVersion "
55
55
testImplementation ' junit:junit:4.12'
56
56
testImplementation " com.google.truth:truth:$googleTruthVersion "
You can’t perform that action at this time.
0 commit comments