From 674fb5f286c2b5d221977f24fcb8dd5e46f60fae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:11:11 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher in the junit group Bumps the junit group with 1 update: [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5). Updates `org.junit.platform:junit-platform-launcher` from 1.11.2 to 1.11.3 - [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-launcher dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit ... 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 20499b7..72033fe 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -81,7 +81,7 @@ dependencies { testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.0.20") testImplementation("io.kotest:kotest-runner-junit5:5.9.1") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.2") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.3") } val dependencyVersions = listOf(