File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ jacocoTestReport {
5252test. finalizedBy jacocoTestReport
5353
5454dependencies {
55- testImplementation(platform(' org.junit:junit-bom:5.6 .2' ))
55+ testImplementation(platform(' org.junit:junit-bom:6.0 .2' ))
5656 testImplementation(' org.junit.jupiter:junit-jupiter' )
5757 testImplementation(' org.junit.jupiter:junit-jupiter-migrationsupport' )
5858 testRuntimeOnly(' org.junit.platform:junit-platform-launcher' )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55description = ' SonarQube JaCoCo :: Integration Tests'
66
77dependencies {
8- testImplementation(platform(' org.junit:junit-bom:5.6 .2' ))
8+ testImplementation(platform(' org.junit:junit-bom:6.0 .2' ))
99 testImplementation(' org.junit.jupiter:junit-jupiter' )
1010 testImplementation(' org.junit.jupiter:junit-jupiter-migrationsupport' )
1111 testRuntimeOnly(' org.junit.platform:junit-platform-launcher' )
You can’t perform that action at this time.
0 commit comments