From d21ad2b1ae1f92b9396d2d856f460bd8e3ebade8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 20:19:53 +0000 Subject: [PATCH] Bump junit-platform-runner from 1.7.1 to 1.9.1 Bumps [junit-platform-runner](https://github.com/junit-team/junit5) from 1.7.1 to 1.9.1. - [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..710db53 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.1" val lombokVersion = "1.18.20" dependencies {