From 1b22a7d87df7140224d5e6b96f2b44ff2ef1380c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Dec 2021 15:11:10 +0000 Subject: [PATCH] Bump junit-jupiter-api from 5.8.1 to 5.8.2 Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.8.1 to 5.8.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.8.1...r5.8.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1f784bbbaac..e9a1321e718 100644 --- a/build.gradle +++ b/build.gradle @@ -478,7 +478,7 @@ subprojects { project -> api groovyDependency testImplementation "org.codehaus.groovy:groovy-test-junit5:${groovyVersion}" - testImplementation "org.junit.jupiter:junit-jupiter-api:5.8.1" + testImplementation "org.junit.jupiter:junit-jupiter-api:5.8.2" testImplementation "org.junit.platform:junit-platform-runner:1.8.1" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.1"