diff --git a/build.gradle b/build.gradle index 2327b76..fedba52 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ tasks.named('wrapper', Wrapper) { } dependencies { - testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2' + testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' } @@ -38,7 +38,7 @@ tasks.named('check') { } pitest { - junit5PluginVersion = '1.1.2' + junit5PluginVersion = '1.2.0' timestampedReports = true withHistory = System.getProperty('withHistory', 'false').toBoolean() } \ No newline at end of file