diff --git a/build.gradle b/build.gradle index 1ce7c4b..d0b97f2 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ dependencies { testImplementation 'io.sf.carte:xml-dtd:4.3' testImplementation 'nu.validator:htmlparser:1.4.16' testImplementation 'org.slf4j:slf4j-api:2.0.16' - testImplementation 'org.junit.jupiter:junit-jupiter:5.11.2' + testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' }