From e1767d13f05831ecd5e6c9be3f51a7f86646b104 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 08:30:17 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.12.2 to 1.13.4 Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.12.2 to 1.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 1.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7b06fdf..26e7e93 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,8 +18,8 @@ repositories { dependencies { testImplementation(platform("org.junit:junit-bom:5.12.2")) testImplementation("org.junit.jupiter:junit-jupiter") - testImplementation("org.junit.platform:junit-platform-engine:1.12.2") - testImplementation("org.junit.platform:junit-platform-launcher:1.12.2") + testImplementation("org.junit.platform:junit-platform-engine:1.13.4") + testImplementation("org.junit.platform:junit-platform-launcher:1.13.4") implementation("net.dean.jraw:JRAW:1.1.0") implementation("org.jsoup:jsoup:1.20.1")