We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368b01e commit 6fdb376Copy full SHA for 6fdb376
gooddata-server-oauth2-autoconfigure/build.gradle.kts
@@ -45,7 +45,7 @@ dependencies {
45
api("org.springframework:spring-web")
46
47
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310")
48
- implementation("com.github.ben-manes.caffeine:caffeine:3.2.0")
+ implementation("com.github.ben-manes.caffeine:caffeine:3.2.3")
49
implementation("com.google.crypto.tink:tink:${tinkVersion}")
50
implementation("io.github.oshai:kotlin-logging-jvm:${kotlinLoggingVersion}")
51
implementation("org.slf4j:slf4j-api:2.0.17")
0 commit comments