fix(deps): update dependency org.slf4j:slf4j-api to v2.0.17 (#687)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-02-25 19:31:33 +00:00
committed by GitHub
parent 04c2931863
commit 9baefbc73f
+1 -1
View File
@@ -39,7 +39,7 @@ subprojects {
}
dependencies {
implementation("org.slf4j:slf4j-api:2.0.15")
implementation("org.slf4j:slf4j-api:2.0.17")
testImplementation("org.junit.jupiter:junit-jupiter:5.12.0")
detektPlugins(rootProject.libs.detekt.formatting)