Compare commits

..

1 Commits

Author SHA1 Message Date
mars3142 54bc32256f Update dependency com.github.ben-manes.caffeine:caffeine to v3.2.3 2026-04-19 07:04:11 +00:00
+2 -2
View File
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.5.13'
id 'org.springframework.boot' version '3.4.0'
id 'io.spring.dependency-management' version '1.1.6'
}
@@ -23,7 +23,7 @@ ext {
dependencies {
developmentOnly 'org.springframework.boot:spring-boot-devtools'
implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8'
implementation 'com.github.ben-manes.caffeine:caffeine:3.2.3'
implementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-server'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'