Skip to content

Commit f542883

Browse files
committed
updates for 25.3.0 compatibility + creedengo-rules-specifications lib to 2.2.2
1 parent 9bd34f0 commit f542883

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +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
16+
- update sonarqube version to 25.3.0
1717
- upgrade actions/upload-artifact and actions/download-artifact from v3 to v4
1818

1919
### Deleted

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
ARG MAVEN_BUILDER=3-openjdk-17-slim
2-
ARG SONARQUBE_VERSION=24.12.0.100206-community
2+
3+
#ARG SONARQUBE_VERSION=24.12.0.100206-community
4+
ARG SONARQUBE_VERSION=25.3.0.104237-community
35

46
FROM maven:${MAVEN_BUILDER} AS builder
57

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Ready to use binaries are available [from GitHub](https://github.com/green-code-
6565
|----------------|----------------------|--------------|
6666
| 1.4.+ | 9.4.+ LTS to 10.4.1 | 11 / 17 |
6767
| 1.5.+ | 9.9.+ LTS to 10.7.0 | 11 / 17 |
68-
| 2.0.+ | 9.9.+ LTS to 24.12.0 | 11 / 17 |
68+
| 2.0.+ | 9.9.+ LTS to 25.3.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).

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<mockito.version>5.14.2</mockito.version>
6262

6363
<!-- temporary version waiting for a real automatic release in creedengo repository -->
64-
<creedengo-rules-specifications.version>2.0.0</creedengo-rules-specifications.version>
64+
<creedengo-rules-specifications.version>2.2.2</creedengo-rules-specifications.version>
6565

6666
</properties>
6767

0 commit comments

Comments
 (0)