Skip to content

Commit

Permalink
Bump junit-jupiter-api from 5.6.2 to 5.7.0 in /modules/junit-jupiter (#…
Browse files Browse the repository at this point in the history
…3233)

Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.6.2 to 5.7.0.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.6.2...r5.7.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 14, 2020
1 parent 9327bba commit 730e98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/junit-jupiter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = "Testcontainers :: JUnit Jupiter Extension"

dependencies {
compile project(':testcontainers')
compile 'org.junit.jupiter:junit-jupiter-api:5.6.2'
compile 'org.junit.jupiter:junit-jupiter-api:5.7.0'

testCompile project(':mysql')
testCompile project(':postgresql')
Expand Down

0 comments on commit 730e98e

Please sign in to comment.