Skip to content

Commit

Permalink
Bump junit-platform-runner from 1.7.0 to 1.7.1
Browse files Browse the repository at this point in the history
Bumps [junit-platform-runner](https://github.com/junit-team/junit5) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 5, 2021
1 parent 8691490 commit 4fe0405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -90,7 +90,7 @@ dependencies {
testCompile 'org.mockito:mockito-core:3.7.7'

testCompile("org.junit.jupiter:junit-jupiter-engine:5.7.0")
testCompile("org.junit.platform:junit-platform-runner:1.7.0")
testCompile("org.junit.platform:junit-platform-runner:1.7.1")
}
pmd{
consoleOutput = true
Expand Down

0 comments on commit 4fe0405

Please sign in to comment.