File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212### Changed
1313
14- - compatibility updates for SonarQube 25.1.0 and 25.2 .0 compatibility
14+ - compatibility updates for SonarQube 25.1.0, 25.2.0 and 25.3 .0 compatibility
1515
1616### Deleted
1717
Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ ARG MAVEN_BUILDER=3-openjdk-17-slim
22
33# ARG SONARQUBE_VERSION=24.12.0.100206-community
44# ARG SONARQUBE_VERSION=25.1.0.102122-community
5- ARG SONARQUBE_VERSION=25.2.0.102705-community
5+ # ARG SONARQUBE_VERSION=25.2.0.102705-community
6+ ARG SONARQUBE_VERSION=25.3.0.104237-community
67
78FROM maven:${MAVEN_BUILDER} AS builder
89
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Ready to use binaries are available [from GitHub](https://github.com/green-code-
6161| ----------------| ---------------------| ------------------------------------------------------------------------------------------------|
6262| 1.6.+ | 9.4.+ LTS to 10.6.0 | 11 / 17 |
6363| 1.7.+ | 9.9.+ LTS to 10.6.0 | [ 17] ( https://docs.sonarsource.com/sonarqube/9.9/requirements/prerequisites-and-overview/#java ) |
64- | 2.0.+ | 9.9.+ LTS to 25.2 .0 | [ 17] ( https://docs.sonarsource.com/sonarqube/9.9/requirements/prerequisites-and-overview/#java ) |
64+ | 2.0.+ | 9.9.+ LTS to 25.3 .0 | [ 17] ( https://docs.sonarsource.com/sonarqube/9.9/requirements/prerequisites-and-overview/#java ) |
6565
6666> Compatibility table of versions lower than 1.4.+ are available from the
6767> main [ creedengo repository] ( https://github.com/green-code-initiative/creedengo-rules-specifications#-plugins-version-compatibility ) .
Original file line number Diff line number Diff line change 9393 <!-- avant : OK metric "directories" -->
9494
9595<!-- <test-it.sonarqube.version>25.1.0.102122</test-it.sonarqube.version>-->
96- <test-it .sonarqube.version>25.2.0.102705</test-it .sonarqube.version>
96+ <!-- <test-it.sonarqube.version>25.2.0.102705</test-it.sonarqube.version>-->
97+ <test-it .sonarqube.version>25.3.0.104237</test-it .sonarqube.version>
9798 <!-- avant : OK autres metrics -->
9899
99100 <!-- Version of `sonar-java-plugin` used by integration tests (you can override this value to perform matrix compatibility tests) -->
You can’t perform that action at this time.
0 commit comments