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

Commit b966c10

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

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
@@ -108,7 +108,7 @@ androidx-work-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "
108108
# Google
109109
google-material = { module = "com.google.android.material:material", version = "1.11.0" }
110110
google-gson = { module = "com.google.code.gson:gson", version = "2.10.1" }
111-
google-guava = { module = "com.google.guava:guava", version = "32.1.3-android" }
111+
google-guava = { module = "com.google.guava:guava", version = "33.3.0-jre" }
112112
google-auto-value-annotations = { module = "com.google.auto.value:auto-value-annotations", version = "1.10.4" }
113113
google-auto-value-ap = { module = "com.google.auto.value:auto-value", version = "1.10.4" }
114114
google-auto-service-annotations = { module = "com.google.auto.service:auto-service-annotations", version = "1.1.1" }

0 commit comments

Comments
 (0)