Skip to content

Commit c9abda7

Browse files
fix(deps): update dependency org.junit:junit-bom to v6 (#348)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bf70960 commit c9abda7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929

3030
testCompileOnly 'org.projectlombok:lombok:1.18.42'
3131
testAnnotationProcessor 'org.projectlombok:lombok:1.18.42'
32-
testImplementation platform('org.junit:junit-bom:5.14.3')
32+
testImplementation platform('org.junit:junit-bom:6.0.3')
3333
testImplementation 'org.junit.jupiter:junit-jupiter'
3434
testImplementation 'io.projectreactor:reactor-test' // Add this for StepVerifier
3535

0 commit comments

Comments
 (0)