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 09b0c33 commit c357b0cCopy full SHA for c357b0c
build.gradle
@@ -27,7 +27,7 @@ dependencies {
27
compileOnly 'org.projectlombok:lombok:1.18.30'
28
annotationProcessor 'org.projectlombok:lombok:1.18.30'
29
30
- testImplementation platform('org.junit:junit-bom:5.10.0')
+ testImplementation platform('org.junit:junit-bom:5.10.1')
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