From 0811dde68440fcf8874b00bc2078a20af120df7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 09:02:11 +0000 Subject: [PATCH] Bump junitVersion from 5.11.4 to 6.0.2 Bumps `junitVersion` from 5.11.4 to 6.0.2. Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.4 to 6.0.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.11.4...r6.0.2) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.4 to 6.0.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.11.4...r6.0.2) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.4 to 6.0.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.11.4...r6.0.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... 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 7d2b7f5..c831dfe 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ repositories { } dependencies { - val junitVersion = "5.11.4" + val junitVersion = "6.0.2" implementation("commons-io:commons-io:2.20.0") implementation("com.auth0:java-jwt:4.3.0")