diff --git a/build.gradle b/build.gradle index 4addb489..0e7b4ed1 100644 --- a/build.gradle +++ b/build.gradle @@ -56,8 +56,8 @@ subprojects { } annotationProcessor 'ca.stellardrift:contract-validator:1.0.1' checkstyle 'ca.stellardrift:stylecheck:0.2.1' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0' - testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.0' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1' + testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.1' } tasks.withType(Javadoc).configureEach {