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 {
66
66
test. finalizedBy jacocoTestReport
67
67
68
68
dependencies {
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 '
73
73
compileOnly ' com.google.code.findbugs:jsr305:3.0.2'
74
74
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 '
76
76
}
77
77
78
78
test {
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ plugins {
5
5
description = ' SonarQube JaCoCo :: Integration Tests'
6
6
7
7
dependencies {
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 '
10
10
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 '
15
15
}
16
16
17
17
test {
You can’t perform that action at this time.
0 commit comments