From cc554ef8e37fc53e9232209e587ec3e55698c557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 05:10:01 +0000 Subject: [PATCH] Bump com.github.ben-manes.caffeine:caffeine from 3.0.6 to 3.1.3 Bumps [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) from 3.0.6 to 3.1.3. - [Release notes](https://github.com/ben-manes/caffeine/releases) - [Commits](https://github.com/ben-manes/caffeine/compare/v3.0.6...v3.1.3) --- updated-dependencies: - dependency-name: com.github.ben-manes.caffeine:caffeine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1287051..bfdcc75 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ dependencies { implementation "com.squareup.retrofit2:converter-jackson:${retrofitVersion}" // Various - implementation "com.github.ben-manes.caffeine:caffeine:3.0.6" + implementation "com.github.ben-manes.caffeine:caffeine:3.1.3" implementation "com.google.guava:guava:31.0.1-jre" implementation "io.vavr:vavr:0.10.4"