From c689499518006db7c563df8b808feb61bd2cf4cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 07:02:54 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api in /bindings/panama Bumps [org.junit.jupiter:junit-jupiter-api](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-api 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..383941f 100644 --- a/bindings/panama/build.gradle.kts +++ b/bindings/panama/build.gradle.kts @@ -35,7 +35,7 @@ configurations.all { 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-api:5.10.0") testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.3") testImplementation("org.assertj:assertj-core:3.24.2") testImplementation("com.whichlicense.testing:naming:0.7.6-SNAPSHOT")