Compare commits

..

1 Commits

Author SHA1 Message Date
mars3142 961dc076b4 Update dependency com.github.ben-manes.caffeine:caffeine to v3.2.3 2026-04-19 07:03:42 +00:00
+2 -2
View File
@@ -25,7 +25,7 @@ repositories {
}
ext {
set('springCloudVersion', "2024.0.3")
set('springCloudVersion', "2024.0.0")
set('springModulithVersion', "1.2.1")
set('springCloudGCPVersion', "5.9.0")
}
@@ -34,7 +34,7 @@ dependencies {
annotationProcessor 'org.projectlombok:lombok'
compileOnly 'org.projectlombok:lombok'
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 'com.google.auth:google-auth-library-oauth2-http'
implementation 'com.google.cloud:spring-cloud-gcp-starter'
implementation 'com.nimbusds:nimbus-jose-jwt:9.47'