diff --git a/build.gradle b/build.gradle index af534e0a..0aaff14d 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ allprojects { annotationProcessor('org.projectlombok:lombok:1.18.36') annotationProcessor('info.picocli:picocli-codegen:4.7.6') - def junitVersion = '5.11.3' + def junitVersion = '5.11.4' testImplementation("org.junit.jupiter:junit-jupiter-params:${junitVersion}") testImplementation("org.junit.jupiter:junit-jupiter-api:${junitVersion}") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${junitVersion}")