File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ 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 '
71- testImplementation ' org.mockito:mockito-core:4.9 .0'
72- testImplementation ' org.assertj:assertj-core:3.10.0 '
69+ testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4 '
70+ testImplementation ' org.junit.jupiter:junit-jupiter-migrationsupport:5.13.4 '
71+ testImplementation ' org.mockito:mockito-core:4.11 .0'
72+ testImplementation ' org.assertj:assertj-core:3.27.6 '
7373 compileOnly ' com.google.code.findbugs:jsr305:3.0.2'
7474 compileOnly ' org.sonarsource.api.plugin:sonar-plugin-api:9.13.0.360'
75- testImplementation ' org.sonarsource.sonarqube:sonar-plugin-api-impl:9.7.1.62043 '
75+ testImplementation ' org.sonarsource.sonarqube:sonar-plugin-api-impl:9.9.9.104369 '
7676}
7777
7878test {
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ 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:5.13.4 '
9+ testImplementation ' org.junit.jupiter:junit-jupiter-migrationsupport:5.13.4 '
1010 testImplementation ' org.mockito:mockito-core:1.10.19'
11- testImplementation ' org.assertj:assertj-core:3.10.0 '
12- testImplementation ' org.sonarsource.orchestrator:sonar-orchestrator-junit4:5.5.0.2535 '
13- testImplementation ' org.sonarsource.sonarqube:sonar-ws:6.7'
14- testImplementation ' com.google.code.findbugs:jsr305:2.0.2 '
11+ testImplementation ' org.assertj:assertj-core:3.27.6 '
12+ testImplementation ' org.sonarsource.orchestrator:sonar-orchestrator-junit4:5.6.2.2625 '
13+ testImplementation ' org.sonarsource.sonarqube:sonar-ws:6.7.7 '
14+ testImplementation ' com.google.code.findbugs:jsr305:2.0.3 '
1515}
1616
1717test {
You can’t perform that action at this time.
0 commit comments