From 89b217ffef115cd53b3fd3c232845831c7c1aeb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 14:51:31 -0400 Subject: [PATCH] Bump com.google.guava:guava from 32.0.0-android to 32.0.1-android (#3578) Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.0.0-android to 32.0.1-android. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- wear/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wear/build.gradle.kts b/wear/build.gradle.kts index 9e939e328..6036ec886 100644 --- a/wear/build.gradle.kts +++ b/wear/build.gradle.kts @@ -123,7 +123,7 @@ dependencies { implementation("androidx.wear.compose:compose-material:1.1.2") implementation("androidx.wear.compose:compose-navigation:1.1.2") - implementation("com.google.guava:guava:32.0.0-android") + implementation("com.google.guava:guava:32.0.1-android") implementation("androidx.wear.tiles:tiles:1.1.0") implementation("androidx.wear.tiles:tiles-material:1.1.0")