We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf70960 commit c9abda7Copy full SHA for c9abda7
1 file changed
backend/build.gradle
@@ -29,7 +29,7 @@ dependencies {
29
30
testCompileOnly 'org.projectlombok:lombok:1.18.42'
31
testAnnotationProcessor 'org.projectlombok:lombok:1.18.42'
32
- testImplementation platform('org.junit:junit-bom:5.14.3')
+ testImplementation platform('org.junit:junit-bom:6.0.3')
33
testImplementation 'org.junit.jupiter:junit-jupiter'
34
testImplementation 'io.projectreactor:reactor-test' // Add this for StepVerifier
35
0 commit comments