File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/test/java/org/sonar/plugins/jacoco/its Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies {
99 testImplementation ' org.junit.jupiter:junit-jupiter-migrationsupport:5.6.2'
1010 testImplementation ' org.mockito:mockito-core:1.10.19'
1111 testImplementation ' org.assertj:assertj-core:3.10.0'
12- testImplementation ' org.sonarsource.orchestrator:sonar-orchestrator-junit4:5.5 .0.2535 '
12+ testImplementation ' org.sonarsource.orchestrator:sonar-orchestrator-junit4:6.0 .0.3852 '
1313 testImplementation ' org.sonarsource.sonarqube:sonar-ws:6.7'
1414 testImplementation ' com.google.code.findbugs:jsr305:3.0.2'
1515}
Original file line number Diff line number Diff line change 1010import com .sonar .orchestrator .locator .MavenLocation ;
1111import com .sonar .orchestrator .locator .URLLocation ;
1212import org .apache .commons .io .FileUtils ;
13- import org .apache .commons .lang .StringUtils ;
13+ import org .apache .commons .lang3 .StringUtils ;
1414import org .junit .jupiter .api .AfterAll ;
1515import org .junit .jupiter .api .BeforeAll ;
1616import org .junit .jupiter .api .Test ;
You can’t perform that action at this time.
0 commit comments