Skip to content

Commit 96a437d

Browse files
committed
update to 24.12.0 sonarqube version
1 parent c4dda70 commit 96a437d

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

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

1414
- [#42](https://github.com/green-code-initiative/creedengo-python/issues/42) Correction of dead link
1515
- update some libraries versions / TU corrections / README.md correction (compatibility)
16+
- update sonarqube version to 24.12.0
1617

1718
### Deleted
1819

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG MAVEN_BUILDER=3-openjdk-17-slim
2-
ARG SONARQUBE_VERSION=10.7.0-community
2+
ARG SONARQUBE_VERSION=24.12.0.100206-community
33

44
FROM maven:${MAVEN_BUILDER} AS builder
55

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ Ready to use binaries are available [from GitHub](https://github.com/green-code-
6161
🧩 Compatibility
6262
------------------
6363

64-
| Plugin version | SonarQube version | Java version |
65-
|----------------|---------------------|--------------|
66-
| 1.4.+ | 9.4.+ LTS to 10.4.1 | 11 / 17 |
67-
| 1.5.+ | 9.9.+ LTS to 10.7.0 | 11 / 17 |
68-
| 2.0.+ | 9.9.+ LTS to 10.7.0 | 11 / 17 |
64+
| Plugin version | SonarQube version | Java version |
65+
|----------------|----------------------|--------------|
66+
| 1.4.+ | 9.4.+ LTS to 10.4.1 | 11 / 17 |
67+
| 1.5.+ | 9.9.+ LTS to 10.7.0 | 11 / 17 |
68+
| 2.0.+ | 9.9.+ LTS to 24.12.0 | 11 / 17 |
6969

7070
> Compatibility table of versions lower than 1.4.+ are available from the
7171
> main [creedengo repository](https://github.com/green-code-initiative/creedengo-rules-specifications#-plugins-version-compatibility).

0 commit comments

Comments
 (0)