diff --git a/identity/build.gradle.kts b/identity/build.gradle.kts index 5e5e243..17f20dd 100644 --- a/identity/build.gradle.kts +++ b/identity/build.gradle.kts @@ -40,7 +40,7 @@ dependencies { 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") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0") } tasks.withType {