We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb385d commit 10a6723Copy full SHA for 10a6723
build.gradle
@@ -27,7 +27,7 @@ dependencies {
27
compileOnly 'org.projectlombok:lombok:1.18.28'
28
annotationProcessor 'org.projectlombok:lombok:1.18.28'
29
30
- testImplementation platform('org.junit:junit-bom:5.9.2')
+ testImplementation platform('org.junit:junit-bom:5.10.0')
31
testImplementation 'org.junit.jupiter:junit-jupiter'
32
testImplementation 'io.github.artsok:rerunner-jupiter:2.1.6'
33
testImplementation 'org.slf4j:slf4j-simple:2.0.9'
0 commit comments