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.
2 parents b79fdde + a8ddcad commit d02003cCopy full SHA for d02003c
backend/build.gradle.kts
@@ -27,7 +27,7 @@ dependencies {
27
// When.MAYBE warning fix
28
annotationProcessor("com.google.code.findbugs:jsr305:3.0.2")
29
implementation("ch.qos.logback:logback-classic:1.5.5")
30
- implementation("org.slf4j:slf4j-api:2.0.12")
+ implementation("org.slf4j:slf4j-api:2.0.13")
31
implementation("com.google.code.findbugs:jsr305:3.0.2")
32
implementation("io.micronaut.security:micronaut-security-jwt")
33
implementation("io.micronaut.reactor:micronaut-reactor")
0 commit comments