From 9cba61ce1da170d9bacdc12a8b6cd1574fcb8ad9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 03:11:41 +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 93d4bbb..438cd03 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation 'io.netty:netty-all' implementation 'com.nimbusds:nimbus-jose-jwt:9.41.1' implementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-client' - implementation 'com.github.ben-manes.caffeine:caffeine:3.1.2' + implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8' testImplementation 'io.projectreactor:reactor-test' compileOnly 'org.projectlombok:lombok' developmentOnly 'org.springframework.boot:spring-boot-devtools'