diff --git a/logging/build.gradle.kts b/logging/build.gradle.kts index 702ec0e..fb65928 100644 --- a/logging/build.gradle.kts +++ b/logging/build.gradle.kts @@ -33,7 +33,7 @@ configurations.all { } dependencies { - 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")