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")