diff --git a/build.gradle b/build.gradle index 2150b44..51bcf4c 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ dependencies { testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.3" testImplementation "org.mockito:mockito-core:5.14.2" testImplementation "org.hamcrest:hamcrest:3.0" - testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.3" + testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.4" } tasks.register("createProperties", WriteProperties) {