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

Commit 75995a1

Browse files
fix(deps): update dependency com.google.guava:guava to v33.2.0-jre
1 parent fb827ce commit 75995a1

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
@@ -14,7 +14,7 @@ common-kotlin-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-cor
1414

1515
google-material = { module = "com.google.android.material:material", version = "1.9.0"}
1616
google-gson = { module = "com.google.code.gson:gson", version = "2.10.1" }
17-
google-guava = { module = "com.google.guava:guava", version = "33.0.0-jre" }
17+
google-guava = { module = "com.google.guava:guava", version = "33.2.0-jre" }
1818
google-auto-service-annotations = { module = "com.google.auto.service:auto-service-annotations", version = "1.1.1" }
1919
google-auto-service = { module = "com.google.auto.service:auto-service", version = "1.1.1" }
2020

0 commit comments

Comments
 (0)