Skip to content

Commit a6b340d

Browse files
authored
Merge pull request #53 from hoc081098/renovate/org.apache.logging.log4j-log4j-slf4j-impl-2.x
fix(deps): update dependency org.apache.logging.log4j:log4j-slf4j-impl to v2.21.1
2 parents ad62af9 + 2e9ab27 commit a6b340d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

desktopApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ kotlin {
5151

5252
implementation("org.apache.logging.log4j:log4j-api:2.21.1")
5353
implementation("org.apache.logging.log4j:log4j-core:2.21.1")
54-
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.20.0")
54+
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.21.1")
5555
}
5656
}
5757
}

0 commit comments

Comments
 (0)