From 933621e262c116b89ad922a59f94940c806a179b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 15:49:19 +0000 Subject: [PATCH] Bump the java-bundles group across 1 directory with 4 updates Bumps the java-bundles group with 4 updates in the / directory: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework), [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework), [org.junit.jupiter:junit-jupiter-engine](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.1.0 to 6.1.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1) Updates `org.junit.jupiter:junit-jupiter-api` from 6.1.0 to 6.1.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1) Updates `org.junit.jupiter:junit-jupiter-engine` from 6.1.0 to 6.1.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1) Updates `org.junit.platform:junit-platform-launcher` from 6.1.0 to 6.1.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-bundles - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-bundles - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-bundles - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-bundles ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 27e4155..889adfb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,10 +4,10 @@ [versions] org-apache-commons-commons-lang3 = "3.20.0" org-json-json = "20260522" -org-junit-jupiter-junit-jupiter = "6.1.0" -org-junit-jupiter-junit-jupiter-api = "6.1.0" -org-junit-jupiter-junit-jupiter-engine = "6.1.0" -org-junit-platform-junit-platform-launcher = "6.1.0" +org-junit-jupiter-junit-jupiter = "6.1.1" +org-junit-jupiter-junit-jupiter-api = "6.1.1" +org-junit-jupiter-junit-jupiter-engine = "6.1.1" +org-junit-platform-junit-platform-launcher = "6.1.1" org-purejava-tweetnacl-java = "1.1.3" org-slf4j-slf4j-api = "2.0.18" org-slf4j-slf4j-simple = "2.0.18"