diff --git a/build.gradle b/build.gradle index ef526c9..f1589c9 100644 --- a/build.gradle +++ b/build.gradle @@ -70,8 +70,8 @@ subprojects { // https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 testImplementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.+' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.+' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.+' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.+' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.+' // https://mvnrepository.com/artifact/org.projectlombok/lombok testImplementation group: 'org.projectlombok', name: 'lombok', version: '1.18.+'