From 473a40410c95c36e3c58d3ce3a0b8cac3892b385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jul 2021 00:22:44 +0000 Subject: [PATCH] Bump junit-platform-runner from 1.6.2 to 1.7.2 Bumps [junit-platform-runner](https://github.com/junit-team/junit5) from 1.6.2 to 1.7.2. - [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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 5f6ec61b..fc2c5f36 100644 --- a/build.gradle +++ b/build.gradle @@ -113,7 +113,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.6.2" + testImplementation "org.junit.platform:junit-platform-runner:1.7.2" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion" } @@ -258,7 +258,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:5.6.0" - testImplementation "org.junit.platform:junit-platform-runner:1.6.0" + testImplementation "org.junit.platform:junit-platform-runner:1.7.2" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.6.0" }