Skip to content

Commit a46fd35

Browse files
chore(gradle): bump org.slf4j:slf4j-simple in /mock-api (#150)
1 parent 0903b55 commit a46fd35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mock-api/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515

1616
implementation("org.wiremock:wiremock:3.9.1")
1717
implementation("io.github.oshai:kotlin-logging-jvm:7.0.0")
18-
implementation("org.slf4j:slf4j-simple:2.0.13")
18+
implementation("org.slf4j:slf4j-simple:2.0.16")
1919
}
2020

2121
application {

0 commit comments

Comments
 (0)