Skip to content

Commit

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

Bump slf4j-log4j12 from 1.7.29 to 1.7.30 in /modules/testcontainers
  • Loading branch information
aguibert committed Dec 17, 2019
2 parents 6516009 + 3808c15 commit 4028c7a
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 @@ -18,7 +18,7 @@ dependencies {
compile project(':microshed-testing-core')
compile 'org.testcontainers:junit-jupiter:1.12.4'
testCompile 'org.eclipse.microprofile.rest.client:microprofile-rest-client-api:1.3.4'
testCompile 'org.slf4j:slf4j-log4j12:1.7.29'
testCompile 'org.slf4j:slf4j-log4j12:1.7.30'
testCompile 'org.testcontainers:mockserver:1.12.4'
testImplementation 'org.junit.jupiter:junit-jupiter:5.5.2'
}
Expand Down

0 comments on commit 4028c7a

Please sign in to comment.