From 0dde0c576d246a12b3ec19668480cacc423c2a43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 04:19:24 +0000 Subject: [PATCH] Bump com.google.guava:guava in /app Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.3.1-android to 33.4.0-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-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index cc36351..ad6f227 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -83,7 +83,7 @@ dependencies { implementation "ch.acra:acra-http:$acraVersion" implementation "ch.acra:acra-dialog:$acraVersion" implementation 'org.apache.commons:commons-lang3:3.17.0' - implementation 'com.google.guava:guava:33.3.1-android' + implementation 'com.google.guava:guava:33.4.0-android' implementation 'net.sf.supercsv:super-csv:2.4.0' implementation 'org.tinylog:tinylog:1.3.6'