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 @@ -67,8 +67,8 @@ jacocoTestReport {
6767test. finalizedBy jacocoTestReport
6868
6969dependencies {
70- testImplementation ' org.junit.jupiter:junit-jupiter:5.6.2 '
71- testImplementation ' org.junit.jupiter:junit-jupiter-migrationsupport:5.6.2 '
70+ testImplementation ' org.junit.jupiter:junit-jupiter:6.0.1 '
71+ testImplementation ' org.junit.jupiter:junit-jupiter-migrationsupport:6.0.1 '
7272 testImplementation ' org.mockito:mockito-core:4.9.0'
7373 testImplementation ' org.assertj:assertj-core:3.10.0'
7474 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.1 '
9+ testImplementation ' org.junit.jupiter:junit-jupiter-migrationsupport:6.0.1 '
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:6.0.0.3852'
You can’t perform that action at this time.
0 commit comments