Skip to content

Commit

Permalink
Bump junit-jupiter 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 10, 2020
1 parent 4a6c6bc commit fbd1802
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 @@ -19,7 +19,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: 'junit-jupiter', version: '1.14.3'
testImplementation group: 'org.testcontainers', name: 'junit-jupiter', version: '1.15.0'
}

test {
Expand Down

0 comments on commit fbd1802

Please sign in to comment.