Skip to content

Commit

Permalink
Merge pull request #134 from gradle/dependabot/gradle/slf4j-196ebe9440
Browse files Browse the repository at this point in the history
Bump the slf4j group with 2 updates
  • Loading branch information
guylabs authored Aug 12, 2024
2 parents 91b197d + c2e88eb commit dc8b8de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ dependencies {
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2")
implementation("com.google.code.findbugs:jsr305:3.0.2")
implementation("org.apache.httpcomponents.client5:httpclient5:5.3.1")
implementation("org.slf4j:slf4j-api:2.0.15")
runtimeOnly("org.slf4j:slf4j-simple:2.0.15")
implementation("org.slf4j:slf4j-api:2.0.16")
runtimeOnly("org.slf4j:slf4j-simple:2.0.16")

testImplementation("org.mock-server:mockserver-netty:5.15.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.3")
Expand Down

0 comments on commit dc8b8de

Please sign in to comment.