Skip to content

Commit

Permalink
Merge pull request #382 from MicroShed/dependabot/gradle/modules/test…
Browse files Browse the repository at this point in the history
…containers/org.slf4j-slf4j-log4j12-2.0.9

Bump org.slf4j:slf4j-log4j12 from 1.7.36 to 2.0.9 in /modules/testcontainers
  • Loading branch information
KyleAure authored Dec 13, 2023
2 parents 95186cf + 808d5df commit 560e2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/testcontainers/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {

testImplementation 'org.eclipse.microprofile.rest.client:microprofile-rest-client-api:1.4.1'

testImplementation 'org.slf4j:slf4j-log4j12:1.7.36'
testImplementation 'org.slf4j:slf4j-log4j12:2.0.9'
testImplementation 'org.testcontainers:mockserver:1.19.1'

testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
Expand Down

0 comments on commit 560e2bc

Please sign in to comment.