From 4d78b9c767696ab63c7c00aaa7827f3fe4611ac4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 16:02:49 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 5.10.2 to 6.0.0 Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 5.10.2 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.10.2...r6.0.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 0d6c49d25..0ae2cd7c0 100644 --- a/build.gradle +++ b/build.gradle @@ -24,9 +24,9 @@ dependencies { compileOnly "com.fasterxml.jackson.core:jackson-databind:2.15.3" compileOnly "com.typesafe:config:1.4.3" - testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.2" - testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.2" - testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2" + testImplementation "org.junit.jupiter:junit-jupiter-api:6.0.0" + testImplementation "org.junit.jupiter:junit-jupiter-params:6.0.0" + testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:6.0.0" testImplementation "org.hamcrest:java-hamcrest:2.0.0.0" }