diff --git a/build.gradle b/build.gradle index 5078fcf3d..cbc6636c5 100644 --- a/build.gradle +++ b/build.gradle @@ -78,7 +78,7 @@ dependencies { testImplementation 'org.mockito:mockito-junit-jupiter:5.10.0' testImplementation 'org.mockito:mockito-core:5.10.0' testImplementation 'org.mockito:mockito-inline:5.2.0' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0' testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.2' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2' testImplementation 'org.junit-pioneer:junit-pioneer:2.2.0' @@ -87,7 +87,7 @@ dependencies { testImplementation 'com.squareup.okhttp3:okhttp-tls:4.12.0' testImplementation 'io.zonky.test:embedded-postgres:2.0.7' testCompileOnly 'org.slf4j:slf4j-api:2.0.13' - testCommonImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2' + testCommonImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0' testImplementation sourceSets.testCommon.output compileTestJava.dependsOn processTestResources jar.dependsOn processTestResources