From 7d75aefa68c5a246caa572239d52b42bb48575b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 23:46:22 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.11.3 to 1.11.4 Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) 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 ... 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 ba8174350..b3e4593e3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -65,7 +65,7 @@ dependencies { testImplementation("org.asciidoctor:asciidoctorj-pdf:2.3.19") testImplementation(gradleTestKit()) - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.3") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.4") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3") testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.11.3")