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 @@ -51,7 +51,7 @@ jacocoTestReport {
5151test. finalizedBy jacocoTestReport
5252
5353dependencies {
54- testImplementation(platform(' org.junit:junit-bom:5.6.2 ' ))
54+ testImplementation(platform(' org.junit:junit-bom:6.0.1 ' ))
5555 testImplementation(' org.junit.jupiter:junit-jupiter' )
5656 testImplementation(' org.junit.jupiter:junit-jupiter-migrationsupport' )
5757 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.1 ' ))
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