Skip to content

Commit

Permalink
Merge pull request #45 from paypay/dependabot/gradle/org.junit.platfo…
Browse files Browse the repository at this point in the history
…rm-junit-platform-runner-1.7.0

Bump junit-platform-runner from 1.6.2 to 1.7.0
  • Loading branch information
Shreyansh Pandey committed Sep 18, 2020
2 parents 9404bb9 + 5a445a6 commit 9a77e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -88,7 +88,7 @@ dependencies {
testCompile 'org.mockito:mockito-core:3.5.11'

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

0 comments on commit 9a77e6c

Please sign in to comment.