Skip to content

Commit

Permalink
Bump testcontainers from 1.15.0 to 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 20, 2021
1 parent 965ab70 commit 2a27263
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.15.0'
testImplementation group: 'org.testcontainers', name: 'testcontainers', version: '1.15.1'
testImplementation group: 'org.testcontainers', name: 'junit-jupiter', version: '1.15.1'
}

Expand Down

0 comments on commit 2a27263

Please sign in to comment.