From 92c609a8ef771b568ae7f4fcfa83017375f2bf06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:54:18 +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.3 to 1.11.4 - [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 7d0e1df..b077183 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -81,7 +81,7 @@ dependencies { testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.1.0") testImplementation("io.kotest:kotest-runner-junit5:5.9.1") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.3") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.4") } val dependencyVersions = listOf(