Skip to content

Commit 313321a

Browse files
Update all non-major dependencies (#1430)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonas Wielage <[email protected]>
1 parent 3db952b commit 313321a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To request a new feature, please create a new thread in [SonarSource Community F
4848
To submit a contribution, create a pull request for this repository. Please make sure that you follow our [code style](https://github.com/SonarSource/sonar-developer-toolset) and that all [tests](#testing) are passing.
4949

5050
### Custom Rules
51-
If you have an idea for a rule but you are not sure that everyone needs it you can implement a [custom rule](https://docs.sonarqube.org/latest/analysis/languages/php/) available only for you.
51+
If you have an idea for a rule, but you are not sure that everyone needs it you can implement a [custom rule](https://docs.sonarqube.org/latest/analysis/languages/php/) available only for you.
5252

5353
#### Custom Rules API Changes
5454
- **3.32** (October 2023)

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ sonar-commons = "2.18.0.3393"
55
sonar-plugin-api = "11.1.0.2693"
66
sonarqube = "25.7.0.110598"
77
sonar-orchestrator = "5.6.2.2625"
8-
sonarlint = "10.25.0.81589"
8+
sonarlint = "10.26.0.81748"
99
sslr = "1.24.0.633"
10-
junit = "5.13.3"
10+
junit = "5.13.4"
1111
assertj = "3.27.3"
1212
mockito = "5.18.0"
13-
commons-lang = "3.17.0"
13+
commons-lang = "3.18.0"
1414
jsr305 = "3.0.2"
1515
staxmate = "2.0.1"
1616
awaitility = "4.3.0"

0 commit comments

Comments
 (0)