From 3f7d337ebd396601aa37022072ffdcc9b04d696e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 16:27:58 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 5.10.2 to 5.13.4 Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 5.10.2 to 5.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.10.2...r5.13.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... 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..c59f76e5f 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:5.13.4" + testImplementation "org.junit.jupiter:junit-jupiter-params:5.13.4" + testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.13.4" testImplementation "org.hamcrest:java-hamcrest:2.0.0.0" }