From 07d11d433039530b0ac0a2d8844c7388a1406836 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 19:39:55 +0000 Subject: [PATCH] Bump com.github.ben-manes.caffeine:caffeine from 3.1.2 to 3.1.8 Bumps [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) from 3.1.2 to 3.1.8. - [Release notes](https://github.com/ben-manes/caffeine/releases) - [Commits](https://github.com/ben-manes/caffeine/compare/v3.1.2...v3.1.8) --- 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 7343315..6e60a14 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ ext { dependencies { implementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-server' - implementation 'com.github.ben-manes.caffeine:caffeine:3.1.2' + implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8' testImplementation 'org.springframework.boot:spring-boot-starter-test' developmentOnly 'org.springframework.boot:spring-boot-devtools' testRuntimeOnly 'org.junit.platform:junit-platform-launcher'