Skip to content

Changed protobuf-java to latest version 3.21.9 #4373

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jar {

dependencies {

implementation "com.google.protobuf:protobuf-java:3.14.0"
implementation "com.google.protobuf:protobuf-java:3.21.9"
implementation 'com.squareup:javapoet:1.13.0'
implementation 'com.google.guava:guava:30.0-jre'
implementation 'com.google.dagger:dagger:2.43.2'
Expand Down
2 changes: 1 addition & 1 deletion encoders/protoc-gen-firebase-encoders/tests/tests.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ protobuf {
dependencies {
testImplementation project(":encoders:firebase-encoders")
testImplementation project(":encoders:firebase-encoders-proto")
testImplementation "com.google.protobuf:protobuf-java:3.14.0"
testImplementation "com.google.protobuf:protobuf-java:3.21.9"
testImplementation 'junit:junit:4.13.1'
testImplementation "com.google.truth:truth:1.0.1"

Expand Down
2 changes: 1 addition & 1 deletion firebase-crashlytics/firebase-crashlytics.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ dependencies {
androidTestImplementation "com.google.truth:truth:$googleTruthVersion"
androidTestImplementation 'com.linkedin.dexmaker:dexmaker:2.28.1'
androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.28.1'
androidTestImplementation 'com.google.protobuf:protobuf-java:3.14.0'
androidTestImplementation 'com.google.protobuf:protobuf-java:3.21.9'
}
2 changes: 1 addition & 1 deletion firebase-perf/ktx/ktx.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
implementation project(':firebase-perf')
implementation 'androidx.annotation:annotation:1.1.0'

testCompileOnly "com.google.protobuf:protobuf-java:$protocVersion"
testCompileOnly "com.google.protobuf:protobuf-java:3.21.9"
testImplementation "org.robolectric:robolectric:$robolectricVersion"
testImplementation 'junit:junit:4.12'
testImplementation "com.google.truth:truth:$googleTruthVersion"
Expand Down