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 19eb74c + 72fe92b commit 2d37f2eCopy full SHA for 2d37f2e
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.14")
+ implementation("org.slf4j:slf4j-api:2.0.15")
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