From 5f30518c36729ee3686a9bbbe1ed4149f6974fb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 08:40:21 +0000 Subject: [PATCH] Bump com.github.ben-manes.caffeine:caffeine from 3.1.5 to 3.1.7 Bumps [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) from 3.1.5 to 3.1.7. - [Release notes](https://github.com/ben-manes/caffeine/releases) - [Commits](https://github.com/ben-manes/caffeine/compare/v3.1.5...v3.1.7) --- 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 6bd2352..d8ac0f0 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ dependencies { implementation 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5' - implementation 'com.github.ben-manes.caffeine:caffeine:3.1.5' + implementation 'com.github.ben-manes.caffeine:caffeine:3.1.7' implementation 'commons-cli:commons-cli:1.5.0' implementation 'commons-beanutils:commons-beanutils:1.9.4'