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 2d37f2e + 6ef2ee8 commit 64435c2Copy full SHA for 64435c2
1 file changed
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.6")
30
- implementation("org.slf4j:slf4j-api:2.0.15")
+ implementation("org.slf4j:slf4j-api:2.0.16")
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