Skip to content

Commit 182d7d6

Browse files
JACOCO-62 Update dependency org.sonarsource.orchestrator:sonar-orchestrator-junit4 to v6 (#135)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dorian Burihabwa <[email protected]>
1 parent 7b2b9de commit 182d7d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

its/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

its/src/test/java/org/sonar/plugins/jacoco/its/JacocoTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import com.sonar.orchestrator.locator.MavenLocation;
1111
import com.sonar.orchestrator.locator.URLLocation;
1212
import org.apache.commons.io.FileUtils;
13-
import org.apache.commons.lang.StringUtils;
13+
import org.apache.commons.lang3.StringUtils;
1414
import org.junit.jupiter.api.AfterAll;
1515
import org.junit.jupiter.api.BeforeAll;
1616
import org.junit.jupiter.api.Test;

0 commit comments

Comments
 (0)