Skip to content

Commit

Permalink
Merge pull request #21 from Diluv/dependabot/gradle/org.testcontainer…
Browse files Browse the repository at this point in the history
…s-testcontainers-1.15.0

Bump testcontainers from 1.14.3 to 1.15.0
  • Loading branch information
lclc98 authored Dec 10, 2020
2 parents e570958 + 1b5875c commit 4a6c6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {

dependencies {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.7.0'
testImplementation group: 'org.testcontainers', name: 'testcontainers', version: '1.14.3'
testImplementation group: 'org.testcontainers', name: 'testcontainers', version: '1.15.0'
testImplementation group: 'org.testcontainers', name: 'junit-jupiter', version: '1.14.3'
}

Expand Down

0 comments on commit 4a6c6bc

Please sign in to comment.