From ad736729a1f920adf28988b3b07f0edceea514ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 13:07:10 +0000 Subject: [PATCH] Bump caffeine from 3.1.0 to 3.1.1 Bumps [caffeine](https://github.com/ben-manes/caffeine) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/ben-manes/caffeine/releases) - [Commits](https://github.com/ben-manes/caffeine/compare/v3.1.0...v3.1.1) --- 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d11ccfa..5d6a673 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-annotations:2.13.3' implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.3' implementation 'org.json:json:20220320' - implementation 'com.github.ben-manes.caffeine:caffeine:3.1.0' + implementation 'com.github.ben-manes.caffeine:caffeine:3.1.1' implementation 'com.rometools:rome:1.18.0' implementation 'com.github.ipfs:java-ipfs-http-client:v1.3.3' implementation 'org.jsoup:jsoup:1.15.1'