Skip to content

Commit 57d785e

Browse files
authored
Merge pull request #161 from gradle/dependabot/gradle/slf4j-20a00ddcad
Bump the slf4j group with 2 updates
2 parents c86c207 + e0b01d0 commit 57d785e

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)