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 @@ -6,7 +6,7 @@ buildscript {
66 }
77}
88plugins {
9- id ' org.sonarqube' version ' 7.0.0.6105 '
9+ id ' org.sonarqube' version ' 7.0.1.6134 '
1010 id ' com.jfrog.artifactory' version ' 5.2.5'
1111 id ' java'
1212 id ' jacoco'
@@ -67,13 +67,13 @@ 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 '
72- testImplementation ' org.mockito:mockito-core:4.9 .0'
73- testImplementation ' org.assertj:assertj-core:3.10.0 '
70+ testImplementation ' org.junit.jupiter:junit-jupiter:5.14.0 '
71+ testImplementation ' org.junit.jupiter:junit-jupiter-migrationsupport:5.14.0 '
72+ testImplementation ' org.mockito:mockito-core:4.11 .0'
73+ testImplementation ' org.assertj:assertj-core:3.27.6 '
7474 compileOnly ' com.google.code.findbugs:jsr305:3.0.2'
7575 compileOnly ' org.sonarsource.api.plugin:sonar-plugin-api:9.13.0.360'
76- testImplementation ' org.sonarsource.sonarqube:sonar-plugin-api-impl:9.7.1.62043 '
76+ testImplementation ' org.sonarsource.sonarqube:sonar-plugin-api-impl:9.9.9.104369 '
7777}
7878
7979test {
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ 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.14.0 '
9+ testImplementation ' org.junit.jupiter:junit-jupiter-migrationsupport:5.14.0 '
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'
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 '
1414 testImplementation ' com.google.code.findbugs:jsr305:3.0.2'
1515}
1616
You can’t perform that action at this time.
0 commit comments