From 84b039c888dcd330495b4236c2560b55166c5c7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 12:02:00 +0000 Subject: [PATCH] Bump junit-jupiter-api from 5.9.1 to 5.9.2 Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.9.1 to 5.9.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.1...r5.9.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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4868509..097c40f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -44,7 +44,7 @@ subprojects { dependencies { val testImplementation by configurations - testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.1") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2") } tasks {