From a71ff6df3b3f16ddad3636c677a06ba942169146 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 06:40:53 +0000 Subject: [PATCH] Bump caffeine from 2.8.6 to 3.0.1 Bumps [caffeine](https://github.com/ben-manes/caffeine) from 2.8.6 to 3.0.1. - [Release notes](https://github.com/ben-manes/caffeine/releases) - [Commits](https://github.com/ben-manes/caffeine/compare/v2.8.6...v3.0.1) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 65e80ec..25ef63f 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-annotations:2.12.3' implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.3' implementation 'org.json:json:20210307' - implementation 'com.github.ben-manes.caffeine:caffeine:2.8.6' + implementation 'com.github.ben-manes.caffeine:caffeine:3.0.1' implementation 'com.rometools:rome:1.15.0' implementation 'com.github.ipfs:java-ipfs-http-client:v1.3.3' implementation 'org.jsoup:jsoup:1.13.1'