From 462f1827e53b28eee1f24202d7fc10cfaf2b436d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:05:07 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-params from 5.10.2 to 5.10.3 Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0d6c49d2..1968888c 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ dependencies { 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" + testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.3" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2" testImplementation "org.hamcrest:java-hamcrest:2.0.0.0" }