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

Commit b222812

Browse files
fix(deps): update dependency com.google.guava:guava to v33
1 parent bf2f82d commit b222812

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
@@ -104,7 +104,7 @@ androidx-work-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "
104104
# Google
105105
google-material = { module = "com.google.android.material:material", version = "1.11.0" }
106106
google-gson = { module = "com.google.code.gson:gson", version = "2.10.1" }
107-
google-guava = { module = "com.google.guava:guava", version = "32.1.3-android" }
107+
google-guava = { module = "com.google.guava:guava", version = "33.2.0-jre" }
108108
google-auto-value-annotations = { module = "com.google.auto.value:auto-value-annotations", version = "1.10.4" }
109109
google-auto-value-ap = { module = "com.google.auto.value:auto-value", version = "1.10.4" }
110110
google-auto-service-annotations = { module = "com.google.auto.service:auto-service-annotations", version = "1.1.1" }

0 commit comments

Comments
 (0)