From 2979c28442faa8b5483f893d65968c38291bff96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 07:02:58 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-params in /bindings/panama Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) from 5.9.3 to 5.10.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.3...r5.10.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bindings/panama/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/panama/build.gradle.kts b/bindings/panama/build.gradle.kts index c54b2c1..d7072b6 100644 --- a/bindings/panama/build.gradle.kts +++ b/bindings/panama/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { api("com.whichlicense:foreign:0.7.6-SNAPSHOT") api("com.whichlicense:identification:0.8.10-SNAPSHOT") testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3") - testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.3") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.0") testImplementation("org.assertj:assertj-core:3.24.2") testImplementation("com.whichlicense.testing:naming:0.7.6-SNAPSHOT") testImplementation("com.whichlicense.testing:filecontent:0.7.6-SNAPSHOT")