Skip to content

Commit 155f558

Browse files
authored
Upgrade sonar-lits-plugin to 0.11.0.2659 (#245)
1 parent 3974718 commit 155f558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

its/ruling/src/test/java/org/sonar/web/it/WebRulingTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public class WebRulingTest {
5555
.useDefaultAdminCredentialsForBuilds(true)
5656
.setSonarVersion(Optional.ofNullable(System.getProperty("sonar.runtimeVersion")).orElse("LATEST_RELEASE"))
5757
.addPlugin(FileLocation.byWildcardMavenFilename(new File("../../sonar-html-plugin/target"), "sonar-html-plugin-*.jar"))
58-
.addPlugin(MavenLocation.of("org.sonarsource.sonar-lits-plugin", "sonar-lits-plugin", "0.10.0.2181"))
58+
.addPlugin(MavenLocation.of("org.sonarsource.sonar-lits-plugin", "sonar-lits-plugin", "0.11.0.2659"))
5959
.build();
6060

6161
@BeforeClass

0 commit comments

Comments
 (0)