Skip to content

Commit 9567931

Browse files
committed
updates for 25.3.0compatibility
1 parent 26a4c41 commit 9567931

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

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
### 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

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

78
FROM maven:${MAVEN_BUILDER} AS builder
89

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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).

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@
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) -->

0 commit comments

Comments
 (0)