diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index c82013833..928455641 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -22,7 +22,7 @@ dependencies { testImplementation 'xmlunit:xmlunit:1.6' testImplementation 'org.apache.commons:commons-lang3:3.14.0' testImplementation 'com.google.guava:guava:33.0.0-jre' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1' - testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.10.1' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2' + testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.10.2' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' }