File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id ' org.sonarqube' version ' 7.0.0.6105 '
2+ id ' org.sonarqube' version ' 7.2.2.6593 '
33 id ' com.jfrog.artifactory' version ' 5.2.5'
44 id ' java'
55 id ' jacoco'
@@ -52,15 +52,15 @@ jacocoTestReport {
5252test. finalizedBy jacocoTestReport
5353
5454dependencies {
55- testImplementation(platform(' org.junit:junit-bom:5.6 .2' ))
55+ testImplementation(platform(' org.junit:junit-bom:5.14 .2' ))
5656 testImplementation(' org.junit.jupiter:junit-jupiter' )
5757 testImplementation(' org.junit.jupiter:junit-jupiter-migrationsupport' )
5858 testRuntimeOnly(' org.junit.platform:junit-platform-launcher' )
59- testImplementation(' org.mockito:mockito-core:4.9 .0' )
60- testImplementation(' org.assertj:assertj-core:3.10.0 ' )
59+ testImplementation(' org.mockito:mockito-core:4.11 .0' )
60+ testImplementation(' org.assertj:assertj-core:3.27.7 ' )
6161 compileOnly(' com.google.code.findbugs:jsr305:3.0.2' )
6262 compileOnly(' org.sonarsource.api.plugin:sonar-plugin-api:9.17.0.587' )
63- testImplementation(' org.sonarsource.sonarqube:sonar-plugin-api-impl:9.7.1.62043 ' )
63+ testImplementation(' org.sonarsource.sonarqube:sonar-plugin-api-impl:9.9.9.104369 ' )
6464}
6565
6666test {
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ plugins {
55description = ' SonarQube JaCoCo :: Integration Tests'
66
77dependencies {
8- testImplementation(platform(' org.junit:junit-bom:5.6 .2' ))
8+ testImplementation(platform(' org.junit:junit-bom:5.14 .2' ))
99 testImplementation(' org.junit.jupiter:junit-jupiter' )
1010 testImplementation(' org.junit.jupiter:junit-jupiter-migrationsupport' )
1111 testRuntimeOnly(' org.junit.platform:junit-platform-launcher' )
1212 testImplementation(' org.mockito:mockito-core:1.10.19' )
13- testImplementation(' org.assertj:assertj-core:3.10.0 ' )
14- testImplementation(' org.sonarsource.orchestrator:sonar-orchestrator-junit4:6.0.1.3892 ' )
15- testImplementation(' org.sonarsource.sonarqube:sonar-ws:6.7' )
13+ testImplementation(' org.assertj:assertj-core:3.27.7 ' )
14+ testImplementation(' org.sonarsource.orchestrator:sonar-orchestrator-junit4:6.1.0.3962 ' )
15+ testImplementation(' org.sonarsource.sonarqube:sonar-ws:6.7.7 ' )
1616 testImplementation(' com.google.code.findbugs:jsr305:3.0.2' )
1717}
1818
You can’t perform that action at this time.
0 commit comments