From 337d072949f6b7b63f759257b1cebb0f36a9980c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 03:23:26 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter from 6.0.0 to 6.0.2 Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 6.0.0 to 6.0.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.0...r6.0.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 32be989..2a81285 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,7 +28,7 @@ val jakartaVersion = "2.2.0" val javaGiVersion = "0.12.2" val jetbrainsAnnotationsVersion = "26.0.2-1" val junitPlatformVersion = "6.0.0" -val junitVersion = "6.0.0" +val junitVersion = "6.0.2" val lombokVersion = "1.18.42" val snakeYAMLVersion = "2.5" val yajlVersion = "2.1.0"