diff --git a/build.gradle b/build.gradle index 3c37c8a6..6600ae0b 100644 --- a/build.gradle +++ b/build.gradle @@ -57,9 +57,9 @@ dependencies { // for @Nullable implementation 'com.google.code.findbugs:jsr305:3.0.2' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.3' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.4' testImplementation 'org.dstadler:commons-test:1.0.0.21' }