From af7d2274f7b0de0dc0e24a107eb4dece507b1417 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 16:05:48 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-params from 5.10.2 to 5.13.2 Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) from 5.10.2 to 5.13.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.10.2...r5.13.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.13.2 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..a5ab06d08 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.2" + testImplementation "org.junit.jupiter:junit-jupiter-params:5.13.2" + testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.13.2" testImplementation "org.hamcrest:java-hamcrest:2.0.0.0" }