diff --git a/CHANGELOG.md b/CHANGELOG.md index 37cfe78..d7ffec1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [#39](https://github.com/green-code-initiative/ecoCode-javascript/issues/39) Add rule `@ecocode/avoid-brightness-override` (EC522) - [#41](https://github.com/green-code-initiative/ecoCode-javascript/pull/41) Add rule `@ecocode/no-torch` (EC530) -- Add support for SonarQube up to 10.5 +- Add support for SonarQube up to 10.7 ### Changed diff --git a/README.md b/README.md index 9ed8754..f6bfc5b 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ The standalone version of the ESLint plugin is available from [npmjs](https://np | Plugins Version | SonarQube version | ESLint version | |-----------------|-------------------|----------------| -| 1.4.+, 1.5.+ | 9.9.+ LTS to 10.5 | 7+ | +| 1.4.+, 1.5.+ | 9.9.+ LTA to 10.7 | 7+ | 🤝 Contribution --------------- diff --git a/sonar-plugin/pom.xml b/sonar-plugin/pom.xml index 9dc55de..9dc5a78 100644 --- a/sonar-plugin/pom.xml +++ b/sonar-plugin/pom.xml @@ -49,19 +49,19 @@ ${encoding} ${encoding} - 1.6.0 - 9.4.0.54424 + 1.6.4 + 9.14.0.375 9.13.0.20537 1.23.0.740 - 2.7.0.1482 + 2.14.0.3087 3.1.0 3.1.0 3.4.1 4.1 - 5.10.1 - 5.7.0 - 3.24.2 + 5.10.3 + 5.12.0 + 3.26.3 0.8.11 @@ -75,7 +75,7 @@ - org.sonarsource.sonarqube + org.sonarsource.api.plugin sonar-plugin-api ${version.sonarqube} provided