diff --git a/build.gradle b/build.gradle index 1037173e..ea203f47 100644 --- a/build.gradle +++ b/build.gradle @@ -26,11 +26,11 @@ dependencies { implementation "org.yaml:snakeyaml:2.5" implementation "org.slf4j:slf4j-api:2.0.17" testImplementation "org.slf4j:slf4j-simple:2.0.17" - testImplementation "org.junit.jupiter:junit-jupiter-api:5.13.4" + testImplementation "org.junit.jupiter:junit-jupiter-api:6.0.2" testImplementation "org.mockito:mockito-core:5.21.0" testImplementation "org.hamcrest:hamcrest:3.0" testImplementation "org.junit-pioneer:junit-pioneer:2.3.0" - testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.13.4" + testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:6.0.2" } tasks.register("createProperties", WriteProperties) {