Skip to content

Commit a8ddcad

Browse files
Bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13
Bumps org.slf4j:slf4j-api from 2.0.12 to 2.0.13. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b79fdde commit a8ddcad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
// When.MAYBE warning fix
2828
annotationProcessor("com.google.code.findbugs:jsr305:3.0.2")
2929
implementation("ch.qos.logback:logback-classic:1.5.5")
30-
implementation("org.slf4j:slf4j-api:2.0.12")
30+
implementation("org.slf4j:slf4j-api:2.0.13")
3131
implementation("com.google.code.findbugs:jsr305:3.0.2")
3232
implementation("io.micronaut.security:micronaut-security-jwt")
3333
implementation("io.micronaut.reactor:micronaut-reactor")

0 commit comments

Comments
 (0)