Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit f335b8c

Browse files
fix(deps): update dependency com.google.guava:guava to v33
1 parent 940c7b0 commit f335b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ androidx-work-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "
103103
# Google
104104
google-material = { module = "com.google.android.material:material", version = "1.11.0" }
105105
google-gson = { module = "com.google.code.gson:gson", version = "2.10.1" }
106-
google-guava = { module = "com.google.guava:guava", version = "32.1.3-android" }
106+
google-guava = { module = "com.google.guava:guava", version = "33.1.0-jre" }
107107
google-auto-value-annotations = { module = "com.google.auto.value:auto-value-annotations", version = "1.10.4" }
108108
google-auto-value-ap = { module = "com.google.auto.value:auto-value", version = "1.10.4" }
109109
google-auto-service-annotations = { module = "com.google.auto.service:auto-service-annotations", version = "1.1.1" }

0 commit comments

Comments
 (0)