Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit e890d63

Browse files
committed
fix(deps): update dependency org.slf4j:slf4j-simple to v2.0.11
1 parent 794334a commit e890d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/commons-module.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies {
5353
// Test dependencies
5454
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
5555
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
56-
testImplementation("org.slf4j:slf4j-simple:2.0.10")
56+
testImplementation("org.slf4j:slf4j-simple:2.0.11")
5757
testImplementation(kotlin("test"))
5858
}
5959

0 commit comments

Comments
 (0)