From 95e24e581a08de77986154652937ebdeb6fda878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Sep 2021 12:21:26 +0000 Subject: [PATCH] Bump junit-platform-runner from 1.7.2 to 1.8.0 Bumps [junit-platform-runner](https://github.com/junit-team/junit5) from 1.7.2 to 1.8.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2441ef1d5..0aed3d82e 100644 --- a/build.gradle +++ b/build.gradle @@ -115,7 +115,7 @@ subprojects { project -> testImplementation "org.codehaus.groovy:groovy-test-junit5:$groovyVersion" testImplementation("org.spockframework:spock-core:$spockVersion") { transitive = false} testImplementation "org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion" - testImplementation "org.junit.platform:junit-platform-runner:1.7.2" + testImplementation "org.junit.platform:junit-platform-runner:1.8.0" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion" }