We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3974718 commit 155f558Copy full SHA for 155f558
its/ruling/src/test/java/org/sonar/web/it/WebRulingTest.java
@@ -55,7 +55,7 @@ public class WebRulingTest {
55
.useDefaultAdminCredentialsForBuilds(true)
56
.setSonarVersion(Optional.ofNullable(System.getProperty("sonar.runtimeVersion")).orElse("LATEST_RELEASE"))
57
.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"))
+ .addPlugin(MavenLocation.of("org.sonarsource.sonar-lits-plugin", "sonar-lits-plugin", "0.11.0.2659"))
59
.build();
60
61
@BeforeClass
0 commit comments