Skip to content

Commit 74ae843

Browse files
authored
Show support for SonarQube 10.7 (#55)
1 parent c85a550 commit 74ae843

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- [#39](https://github.com/green-code-initiative/ecoCode-javascript/issues/39) Add rule `@ecocode/avoid-brightness-override` (EC522)
1313
- [#41](https://github.com/green-code-initiative/ecoCode-javascript/pull/41) Add rule `@ecocode/no-torch` (EC530)
14-
- Add support for SonarQube up to 10.5
14+
- Add support for SonarQube up to 10.7
1515

1616
### Changed
1717

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The standalone version of the ESLint plugin is available from [npmjs](https://np
5757

5858
| Plugins Version | SonarQube version | ESLint version |
5959
|-----------------|-------------------|----------------|
60-
| 1.4.+, 1.5.+ | 9.9.+ LTS to 10.5 | 7+ |
60+
| 1.4.+, 1.5.+ | 9.9.+ LTA to 10.7 | 7+ |
6161

6262
🤝 Contribution
6363
---------------

sonar-plugin/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,19 @@
4949
<project.build.sourceEncoding>${encoding}</project.build.sourceEncoding>
5050
<project.reporting.outputEncoding>${encoding}</project.reporting.outputEncoding>
5151

52-
<version.ecocode-rules-specifications>1.6.0</version.ecocode-rules-specifications>
53-
<version.sonarqube>9.4.0.54424</version.sonarqube>
52+
<version.ecocode-rules-specifications>1.6.4</version.ecocode-rules-specifications>
53+
<version.sonarqube>9.14.0.375</version.sonarqube>
5454
<version.sonar-javascript>9.13.0.20537</version.sonar-javascript>
5555
<version.sonar-packaging>1.23.0.740</version.sonar-packaging>
56-
<version.sonar-analyzer-commons>2.7.0.1482</version.sonar-analyzer-commons>
56+
<version.sonar-analyzer-commons>2.14.0.3087</version.sonar-analyzer-commons>
5757
<version.buildnumber>3.1.0</version.buildnumber>
5858
<version.maven-exec>3.1.0</version.maven-exec>
5959
<version.maven-shade>3.4.1</version.maven-shade>
6060
<version.license-maven-plugin>4.1</version.license-maven-plugin>
6161

62-
<version.junit>5.10.1</version.junit>
63-
<version.mockito>5.7.0</version.mockito>
64-
<version.assertj>3.24.2</version.assertj>
62+
<version.junit>5.10.3</version.junit>
63+
<version.mockito>5.12.0</version.mockito>
64+
<version.assertj>3.26.3</version.assertj>
6565
<version.jacoco>0.8.11</version.jacoco>
6666
</properties>
6767

@@ -75,7 +75,7 @@
7575
</dependency>
7676

7777
<dependency>
78-
<groupId>org.sonarsource.sonarqube</groupId>
78+
<groupId>org.sonarsource.api.plugin</groupId>
7979
<artifactId>sonar-plugin-api</artifactId>
8080
<version>${version.sonarqube}</version>
8181
<scope>provided</scope>

0 commit comments

Comments
 (0)