Skip to content

Commit e9b70b1

Browse files
fix(deps): update dependency com.github.ben-manes.caffeine:caffeine to v3.2.3
1 parent 71e4456 commit e9b70b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
implementation("org.springframework.boot:spring-boot-starter-web")
2626
implementation("org.springframework.boot:spring-boot-starter-cache")
2727
implementation("org.springframework.cloud:spring-cloud-starter-netflix-eureka-client")
28-
implementation("com.github.ben-manes.caffeine:caffeine:3.2.0")
28+
implementation("com.github.ben-manes.caffeine:caffeine:3.2.3")
2929
implementation("dev.triumphteam:triumph-cmd-jda-slash:2.0.0-SNAPSHOT")
3030
implementation("com.squareup.okhttp3:okhttp:4.12.0")
3131
implementation("com.fasterxml.jackson.core:jackson-databind:2.19.0")

0 commit comments

Comments
 (0)