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 2af48a0 commit 1e7fe03Copy full SHA for 1e7fe03
build.gradle
@@ -24,7 +24,7 @@ dependencies {
24
testCompileOnly 'org.projectlombok:lombok:1.18.30'
25
testAnnotationProcessor 'org.projectlombok:lombok:1.18.30'
26
27
- testImplementation platform('org.junit:junit-bom:5.10.1')
+ testImplementation platform('org.junit:junit-bom:5.10.2')
28
testImplementation 'org.junit.jupiter:junit-jupiter'
29
testImplementation 'io.github.artsok:rerunner-jupiter:2.1.6'
30
testImplementation 'org.slf4j:slf4j-simple:2.0.12'
0 commit comments