Skip to content

Commit

Permalink
Bump junit-vintage-engine from 5.6.2 to 5.7.0 (#934)
Browse files Browse the repository at this point in the history
Bumps [junit-vintage-engine](https://github.com/junit-team/junit5) from 5.6.2 to 5.7.0.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.6.2...r5.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] committed Sep 23, 2020
1 parent 09c5683 commit f36117d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -85,7 +85,7 @@ dependencies {

testImplementation("junit:junit:4.13")
testImplementation("org.mockito:mockito-core:3.5.11")
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.6.2")
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.7.0")
}

// Tasks
Expand Down

0 comments on commit f36117d

Please sign in to comment.