update #5

Open
mdebray wants to merge 231 commits from update into main
Showing only changes of commit ce70796fff - Show all commits

View file

@ -187,7 +187,7 @@ dependencies {
compileOnly "org.projectlombok:lombok:1.18.32" compileOnly "org.projectlombok:lombok:1.18.32"
annotationProcessor "org.projectlombok:lombok:1.18.32" annotationProcessor "org.projectlombok:lombok:1.18.32"
testImplementation 'org.mockito:mockito-inline:3.12.4' testImplementation 'org.mockito:mockito-inline:5.2.0'
} }
tasks.withType(JavaCompile).configureEach { tasks.withType(JavaCompile).configureEach {