From 71d08af4a8ef2a0be49f95d9c77a139d9bf0a828 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Aug 2022 06:49:07 +0000 Subject: [PATCH] Bump caffeine from 3.0.4 to 3.1.1 Bumps [caffeine](https://github.com/ben-manes/caffeine) from 3.0.4 to 3.1.1. - [Release notes](https://github.com/ben-manes/caffeine/releases) - [Commits](https://github.com/ben-manes/caffeine/compare/v3.0.4...v3.1.1) --- 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] --- application/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/build.gradle b/application/build.gradle index e080e1b7d7..87b5254580 100644 --- a/application/build.gradle +++ b/application/build.gradle @@ -63,7 +63,7 @@ dependencies { implementation 'com.github.freva:ascii-table:1.2.0' - implementation 'com.github.ben-manes.caffeine:caffeine:3.0.4' + implementation 'com.github.ben-manes.caffeine:caffeine:3.1.1' testImplementation 'org.mockito:mockito-core:4.0.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'