diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index e2ffec90f..5a1ec2e33 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.13.0' testImplementation 'com.google.guava:guava:32.1.3-jre' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0' - testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.10.0' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1' + testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.10.1' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' }