Skip to content

Commit

Permalink
Bump junit-platform-launcher from 1.7.0 to 1.7.1 (#2198)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 5, 2021
1 parent 632a0c8 commit 3bffcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Expand Up @@ -10,7 +10,7 @@ versions.errorprone = '2.5.1'

libraries.junit4 = 'junit:junit:4.13.1'
libraries.junitJupiterApi = "org.junit.jupiter:junit-jupiter-api:${versions.junitJupiter}"
libraries.junitPlatformLauncher = 'org.junit.platform:junit-platform-launcher:1.7.0'
libraries.junitPlatformLauncher = 'org.junit.platform:junit-platform-launcher:1.7.1'
libraries.junitJupiterEngine = "org.junit.jupiter:junit-jupiter-engine:${versions.junitJupiter}"
libraries.assertj = 'org.assertj:assertj-core:3.19.0'
libraries.hamcrest = 'org.hamcrest:hamcrest-core:2.2'
Expand Down

0 comments on commit 3bffcd0

Please sign in to comment.