From e3fb56775f0b7069e2b0a197a0704bdae74250d2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 05:23:01 +0000 Subject: [PATCH] Bump caffeine from 2.8.0 to 3.0.2 in /Plan Bumps [caffeine](https://github.com/ben-manes/caffeine) from 2.8.0 to 3.0.2. - [Release notes](https://github.com/ben-manes/caffeine/releases) - [Commits](https://github.com/ben-manes/caffeine/compare/v2.8.0...v3.0.2) Signed-off-by: dependabot-preview[bot] --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index cd298b54e..a1cb89ed6 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -79,7 +79,7 @@ subprojects { ext.commonsTextVersion = "1.9" ext.commonsCompressVersion = "1.20" - ext.caffeineVersion = "2.8.0" + ext.caffeineVersion = "3.0.2" ext.h2Version = "1.4.199" ext.mysqlVersion = "8.0.24" ext.sqliteVersion = "3.34.0"