From c3ee8bfe5867b235e61ec6605a6494fccc30638f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 19:31:24 +0000 Subject: [PATCH] Bump the gradle group with 2 updates Bumps the gradle group with 2 updates: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) and [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework). Updates `org.junit.jupiter:junit-jupiter` from 6.0.3 to 6.1.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.3...r6.1.0) Updates `org.junit.platform:junit-platform-launcher` from 6.0.3 to 6.1.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.3...r6.1.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 19c60f0..7820231 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,8 +14,8 @@ jackson-core.module = "com.fasterxml.jackson.core:jackson-core" jackson-databind.module = "com.fasterxml.jackson.core:jackson-databind" jackson-annotations.module = "com.fasterxml.jackson.core:jackson-annotations" jackson-dataformat-yaml.module = "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml" -junit-jupiter = "org.junit.jupiter:junit-jupiter:6.0.3" -junit-platformLauncher = "org.junit.platform:junit-platform-launcher:6.0.3" +junit-jupiter = "org.junit.jupiter:junit-jupiter:6.1.0" +junit-platformLauncher = "org.junit.platform:junit-platform-launcher:6.1.0" mockito-core = "org.mockito:mockito-core:5.23.0" nanohttpdWebserver = "org.nanohttpd:nanohttpd-webserver:2.3.1" selenium-htmlunit3Driver = "org.seleniumhq.selenium:htmlunit3-driver:4.43.0"