Skip to content

Commit 0f63752

Browse files
Update all non-major dependencies (#1421)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: GabinL21 <[email protected]>
1 parent e4b7f7a commit 0f63752

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ sonar-commons = "2.18.0.3393"
33
# Before updating the plugin-api version, make sure to check the compatibility matrix and stick to the lowest denominator
44
# https://github.com/SonarSource/sonar-plugin-api?tab=readme-ov-file#compatibility
55
sonar-plugin-api = "11.1.0.2693"
6-
sonarqube = "25.5.0.107428"
6+
sonarqube = "25.6.0.109173"
77
sonar-orchestrator = "5.6.2.2625"
8-
sonarlint = "10.22.0.81232"
8+
sonarlint = "10.24.0.81415"
99
sslr = "1.24.0.633"
10-
junit = "5.13.0"
10+
junit = "5.13.2"
1111
assertj = "3.27.3"
1212
mockito = "5.18.0"
1313
commons-lang = "3.17.0"

its/plugin/src/integrationTest/java/com/sonar/it/php/utils/MockSonarLintRpcClientDelegate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public String matchSonarProjectBranch(String configurationScopeId, String mainBr
199199
return mainBranchName;
200200
}
201201

202-
public boolean matchProjectBranch(String configurationScopeId, String branchNameToMatch, SonarLintCancelChecker cancelChecker) throws ConfigScopeNotFoundException {
202+
public boolean matchProjectBranch(String configurationScopeId, String branchNameToMatch, SonarLintCancelChecker cancelChecker) {
203203
return true;
204204
}
205205

0 commit comments

Comments
 (0)