File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
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.1 .0.6387 '
33 id ' com.jfrog.artifactory' version ' 5.2.5'
44 id ' java'
55 id ' jacoco'
@@ -51,15 +51,15 @@ jacocoTestReport {
5151test. finalizedBy jacocoTestReport
5252
5353dependencies {
54- testImplementation(platform(' org.junit:junit-bom:5.6.2 ' ))
54+ testImplementation(platform(' org.junit:junit-bom:5.14.1 ' ))
5555 testImplementation(' org.junit.jupiter:junit-jupiter' )
5656 testImplementation(' org.junit.jupiter:junit-jupiter-migrationsupport' )
5757 testRuntimeOnly(' org.junit.platform:junit-platform-launcher' )
58- testImplementation(' org.mockito:mockito-core:4.9 .0' )
59- testImplementation(' org.assertj:assertj-core:3.10.0 ' )
58+ testImplementation(' org.mockito:mockito-core:4.11 .0' )
59+ testImplementation(' org.assertj:assertj-core:3.27.6 ' )
6060 compileOnly(' com.google.code.findbugs:jsr305:3.0.2' )
6161 compileOnly(' org.sonarsource.api.plugin:sonar-plugin-api:9.17.0.587' )
62- testImplementation(' org.sonarsource.sonarqube:sonar-plugin-api-impl:9.7.1.62043 ' )
62+ testImplementation(' org.sonarsource.sonarqube:sonar-plugin-api-impl:9.9.9.104369 ' )
6363}
6464
6565test {
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.1 ' ))
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 ' )
13+ testImplementation(' org.assertj:assertj-core:3.27.6 ' )
1414 testImplementation(' org.sonarsource.orchestrator:sonar-orchestrator-junit4:6.0.1.3892' )
15- testImplementation(' org.sonarsource.sonarqube:sonar-ws:6.7' )
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