Skip to content

Commit e0b01d0

Browse files
Bump the slf4j group with 2 updates
Bumps the slf4j group with 2 updates: org.slf4j:slf4j-api and org.slf4j:slf4j-simple. Updates `org.slf4j:slf4j-api` from 2.0.16 to 2.0.17 Updates `org.slf4j:slf4j-simple` from 2.0.16 to 2.0.17 --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: slf4j - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:production update-type: version-update:semver-patch dependency-group: slf4j ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 19c591a commit e0b01d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ dependencies {
3333
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2")
3434
implementation("com.google.code.findbugs:jsr305:3.0.2")
3535
implementation("org.apache.httpcomponents.client5:httpclient5:5.4.2")
36-
implementation("org.slf4j:slf4j-api:2.0.16")
37-
runtimeOnly("org.slf4j:slf4j-simple:2.0.16")
36+
implementation("org.slf4j:slf4j-api:2.0.17")
37+
runtimeOnly("org.slf4j:slf4j-simple:2.0.17")
3838

3939
testImplementation("org.mock-server:mockserver-netty:5.15.0")
4040
testImplementation("org.junit.jupiter:junit-jupiter:5.12.0")

0 commit comments

Comments
 (0)