From 144dc0ffc7af350f7c3072f54eca2ff370005f4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 20:18:33 +0000 Subject: [PATCH] Bump junit-platform-runner from 1.7.1 to 1.9.2 Bumps [junit-platform-runner](https://github.com/junit-team/junit5) from 1.7.1 to 1.9.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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9f64c7b..e3a08ea 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ repositories { val logbackVersion = "1.2.3" val assertjVersion = "3.19.0" val junitJupiterVersion = "5.7.1" -val junitPlatformVersion = "1.7.1" +val junitPlatformVersion = "1.9.2" val lombokVersion = "1.18.20" dependencies {