From 707abd172ca58085e066e3e72ae6464bcdb72b08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 16:49:41 +0200 Subject: [PATCH] Bump com.github.ben-manes.caffeine:caffeine from 3.1.2 to 3.1.3 in /Plan (#2879) Bumps [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/ben-manes/caffeine/releases) - [Commits](https://github.com/ben-manes/caffeine/compare/v3.1.2...v3.1.3) --- updated-dependencies: - dependency-name: com.github.ben-manes.caffeine:caffeine 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> --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index 668b8f841..d5a53daad 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -84,7 +84,7 @@ subprojects { commonsTextVersion = "1.10.0" commonsCompressVersion = "1.22" commonsCodecVersion = "1.15" - caffeineVersion = "3.1.2" + caffeineVersion = "3.1.3" jettyVersion = "11.0.13" caffeineVersion = "2.9.2" mysqlVersion = "8.0.32"