Skip to content

Commit

Permalink
Bump junit-jupiter-api from 5.4.1 to 5.4.2 in /modules/junit-jupiter
Browse files Browse the repository at this point in the history
Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.4.1 to 5.4.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.4.1...r5.4.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Apr 27, 2019
1 parent e83136f commit 3e1bb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/junit-jupiter/build.gradle
Expand Up @@ -2,7 +2,7 @@ description = "Testcontainers :: JUnit Jupiter Extension"

dependencies {
compile project(':testcontainers')
compile 'org.junit.jupiter:junit-jupiter-api:5.4.1'
compile 'org.junit.jupiter:junit-jupiter-api:5.4.2'

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

0 comments on commit 3e1bb01

Please sign in to comment.