Skip to content

Commit b9099fe

Browse files
Bump org.slf4j:slf4j-simple from 2.0.16 to 2.0.17 in /wiremock
Bumps org.slf4j:slf4j-simple from 2.0.16 to 2.0.17. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ece8ad1 commit b9099fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiremock/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88
implementation "org.wiremock:wiremock:3.12.0"
99
implementation "org.json:json:20250107"
1010
implementation "com.auth0:java-jwt:4.5.0"
11-
implementation "org.slf4j:slf4j-simple:2.0.16"
11+
implementation "org.slf4j:slf4j-simple:2.0.17"
1212
}
1313

1414
mainClassName = 'Wiremock'

0 commit comments

Comments
 (0)