diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2b23234..136b01e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- [#51](https://github.com/green-code-initiative/creedengo-javascript/pull/51) Add ESLint v9 and flat config support
+- [#95](https://github.com/green-code-initiative/creedengo-javascript/pull/95) Add support for SonarQube up to 25.10
### Changed
diff --git a/README.md b/README.md
index c41fcd7..b743cdf 100644
--- a/README.md
+++ b/README.md
@@ -46,11 +46,11 @@ The standalone version of the ESLint plugin is available from [npmjs](https://np
## 🧩 Compatibility
-| Plugins Version | SonarQube version | ESLint version |
-| --------------- | ----------------- | -------------- |
-| 2.2+ | 9.9.+ LTA to 25.3 | 7.x, 8.x, 9.x |
-| 2.0, 2.1 | 9.9.+ LTA to 25.3 | 7.x, 8.x |
-| 1.4, 1.5 | 9.9.+ LTA to 10.7 | 7.x, 8.x |
+| Plugins Version | SonarQube version | ESLint version |
+| --------------- |--------------------| -------------- |
+| 2.2+ | 9.9.+ LTA to 25.10 | 7.x, 8.x, 9.x |
+| 2.0, 2.1 | 9.9.+ LTA to 25.10 | 7.x, 8.x |
+| 1.4, 1.5 | 9.9.+ LTA to 10.7 | 7.x, 8.x |
## 🤝 Contribution
diff --git a/docker-compose.yml b/docker-compose.yml
index 1909c8a..44f26e4 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -3,7 +3,7 @@ name: sonarqube_creedengo_javascript
services:
sonar:
- image: sonarqube:25.3.0.104237-community
+ image: sonarqube:25.10.0.114319-community
container_name: sonar_creedengo_javascript
ports:
- "9000:9000"
diff --git a/sonar-plugin/pom.xml b/sonar-plugin/pom.xml
index 6089e59..5111075 100644
--- a/sonar-plugin/pom.xml
+++ b/sonar-plugin/pom.xml
@@ -49,20 +49,20 @@
${encoding}
${encoding}
- 2.2.2
+ 2.5.0
9.14.0.375
9.13.0.20537
1.23.0.740
- 2.14.0.3087
- 3.1.0
- 3.1.0
- 3.4.1
- 4.1
+ 2.18.0.3393
+ 3.2.1
+ 3.6.1
+ 3.6.1
+ 4.6
- 5.10.3
- 5.12.0
- 3.26.3
- 0.8.11
+ 5.13.4
+ 5.20.0
+ 3.27.6
+ 0.8.13