From 78fee2bfbd5c5ee32c952835357f002b858aff7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 08:32:01 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.12.2 to 1.13.3 Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.12.2 to 1.13.3. - [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.3 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..bfce6d1 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.3") + testImplementation("org.junit.platform:junit-platform-launcher:1.13.3") implementation("net.dean.jraw:JRAW:1.1.0") implementation("org.jsoup:jsoup:1.20.1")