File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ jacocoTestReport {
6666test. finalizedBy jacocoTestReport
6767
6868dependencies {
69- testImplementation ' org.junit.jupiter:junit-jupiter:5.6.2 '
70- testImplementation ' org.junit.jupiter:junit-jupiter-migrationsupport:5.6.2 '
69+ testImplementation ' org.junit.jupiter:junit-jupiter:6.0.0 '
70+ testImplementation ' org.junit.jupiter:junit-jupiter-migrationsupport:6.0.0 '
7171 testImplementation ' org.mockito:mockito-core:4.9.0'
7272 testImplementation ' org.assertj:assertj-core:3.10.0'
7373 compileOnly ' com.google.code.findbugs:jsr305:3.0.2'
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ plugins {
55description = ' SonarQube JaCoCo :: Integration Tests'
66
77dependencies {
8- testImplementation ' org.junit.jupiter:junit-jupiter:5.6.2 '
9- testImplementation ' org.junit.jupiter:junit-jupiter-migrationsupport:5.6.2 '
8+ testImplementation ' org.junit.jupiter:junit-jupiter:6.0.0 '
9+ testImplementation ' org.junit.jupiter:junit-jupiter-migrationsupport:6.0.0 '
1010 testImplementation ' org.mockito:mockito-core:1.10.19'
1111 testImplementation ' org.assertj:assertj-core:3.10.0'
1212 testImplementation ' org.sonarsource.orchestrator:sonar-orchestrator-junit4:5.5.0.2535'
You can’t perform that action at this time.
0 commit comments