From 1a85954963772dfd8ad5d92e8c111de9403ad2b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 04:58:46 +0000 Subject: [PATCH] Bump com.github.ben-manes.caffeine:caffeine from 3.0.6 to 3.1.4 Bumps [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) from 3.0.6 to 3.1.4. - [Release notes](https://github.com/ben-manes/caffeine/releases) - [Commits](https://github.com/ben-manes/caffeine/compare/v3.0.6...v3.1.4) --- 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..605c570 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.4" implementation "com.google.guava:guava:31.0.1-jre" implementation "io.vavr:vavr:0.10.4"