Skip to content

Commit ee57467

Browse files
author
David Motsonashvili
committed
update guava as consequence of gRPC upgrade
1 parent 11df213 commit ee57467

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

firebase-firestore/firebase-firestore.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ configurations.all {
102102
if(it.name.contains('AndroidTestRuntimeClasspath')) {
103103
it.resolutionStrategy {
104104
force 'org.checkerframework:checker-compat-qual:2.5.5'
105-
force 'com.google.guava:guava:28.1-android'
105+
force 'com.google.guava:guava:30.1-android'
106106
}
107107
}
108108
exclude group: "com.google.protobuf", module: "protobuf-java"

firebase-inappmessaging-display/firebase-inappmessaging-display.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ dependencies {
102102
testImplementation "org.mockito:mockito-core:2.25.0"
103103
testImplementation "com.google.truth:truth:1.0"
104104
testImplementation 'androidx.test:core:1.2.0'
105-
testImplementation 'com.google.guava:guava:27.1-android'
105+
testImplementation 'com.google.guava:guava:30.1-android'
106106

107107
androidTestImplementation "org.mockito:mockito-core:2.25.0"
108108
androidTestImplementation "com.google.dexmaker:dexmaker:1.2"

firebase-inappmessaging/firebase-inappmessaging.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ configurations.all {
9999
if(it.name.contains('AndroidTestRuntimeClasspath')) {
100100
it.resolutionStrategy {
101101
force 'org.checkerframework:checker-compat-qual:2.5.5'
102-
force 'com.google.guava:guava:28.1-android'
102+
force 'com.google.guava:guava:30.1-android'
103103
}
104104
}
105105
}
@@ -152,7 +152,7 @@ dependencies {
152152
exclude group: 'com.google.protobuf', module: 'protobuf-java'
153153
}
154154
testImplementation "io.grpc:grpc-testing:$grpcVersion"
155-
testImplementation 'com.google.guava:guava:27.1-android'
155+
testImplementation 'com.google.guava:guava:30.1-android'
156156
testImplementation 'androidx.test:core:1.2.0'
157157

158158
androidTestImplementation 'junit:junit:4.12'

0 commit comments

Comments
 (0)