From cab4e9c43de231343dc670b48bfc6edc5359c099 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 01:53:23 +0000 Subject: [PATCH] chore: bump org.junit.jupiter:junit-jupiter-api from 6.0.1 to 6.0.2 Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 6.0.1 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.1...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-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5b3ed34b..1c482741 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -41,9 +41,9 @@ java { dependencies { testImplementation(gradleTestKit()) testImplementation("org.junit.platform:junit-platform-launcher:6.0.1") - testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.1") - testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.1") - testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.1") + testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.2") + testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.2") + testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.2") testImplementation("org.assertj:assertj-core:3.27.7") testImplementation("io.mockk:mockk:1.14.7") }