We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71e4456 commit e9b70b1Copy full SHA for e9b70b1
build.gradle.kts
@@ -25,7 +25,7 @@ dependencies {
25
implementation("org.springframework.boot:spring-boot-starter-web")
26
implementation("org.springframework.boot:spring-boot-starter-cache")
27
implementation("org.springframework.cloud:spring-cloud-starter-netflix-eureka-client")
28
- implementation("com.github.ben-manes.caffeine:caffeine:3.2.0")
+ implementation("com.github.ben-manes.caffeine:caffeine:3.2.3")
29
implementation("dev.triumphteam:triumph-cmd-jda-slash:2.0.0-SNAPSHOT")
30
implementation("com.squareup.okhttp3:okhttp:4.12.0")
31
implementation("com.fasterxml.jackson.core:jackson-databind:2.19.0")
0 commit comments