We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c248e commit 1e5f242Copy full SHA for 1e5f242
gradle/libs.versions.toml
@@ -59,7 +59,7 @@ okhttp-loggingInterceptor = { module = "com.squareup.okhttp3:logging-interceptor
59
okhttp-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "okhttp" }
60
junit = { module = "junit:junit", version = "4.13.2" }
61
truth = "com.google.truth:truth:1.4.4"
62
-guava = { module = "com.google.guava:guava", version = "33.4.5-jre" }
+guava = { module = "com.google.guava:guava", version = "33.4.6-jre" }
63
android = { module = "com.google.android:android", version = "4.1.1.4" }
64
findBugsAnnotations = { module = "com.google.code.findbugs:jsr305", version = "3.0.2" }
65
androidxTestRunner = { module = "androidx.test:runner", version = "1.4.0" }
0 commit comments