Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 30, 2020
1 parent e9b0a41 commit 8c3164b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ versions.errorprone = '2.4.0'

libraries.junit4 = 'junit:junit:4.12'
libraries.junitJupiterApi = "org.junit.jupiter:junit-jupiter-api:${versions.junitJupiter}"
libraries.junitPlatformLauncher = 'org.junit.platform:junit-platform-launcher:1.1.0'
libraries.junitPlatformLauncher = 'org.junit.platform:junit-platform-launcher:1.7.0'
libraries.junitJupiterEngine = "org.junit.jupiter:junit-jupiter-engine:${versions.junitJupiter}"
libraries.assertj = 'org.assertj:assertj-core:3.16.1'
libraries.hamcrest = 'org.hamcrest:hamcrest-core:1.3'
Expand Down

0 comments on commit 8c3164b

Please sign in to comment.