From 660b6a6a3263e6eb1cf3a2d1ed84d43703cc20e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jul 2021 00:22:12 +0000 Subject: [PATCH] Bump junit-jupiter-api from 5.6.0 to 5.7.2 Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.6.0 to 5.7.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.6.0...r5.7.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api 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 5f6ec61b..0e2e034f 100644 --- a/build.gradle +++ b/build.gradle @@ -257,7 +257,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.jupiter:junit-jupiter-api:5.7.2" testImplementation "org.junit.platform:junit-platform-runner:1.6.0" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.6.0" }