Skip to content

Commit

Permalink
Bump testcontainers from 1.14.3 to 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 1, 2020
1 parent e570958 commit 1b5875c
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 1b5875c

Please sign in to comment.