Skip to content

Commit 049a7fb

Browse files
committed
update for sonarqube 25.12
1 parent 5cfbc85 commit 049a7fb

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

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
- [#103](https://github.com/green-code-initiative/creedengo-java/pull/103) GCI69 Java : calls to hasMoreElements() and nextElement() methods from java.util.Enumeration interface aren't flagged anymore when called in a for loop
1515
- [#110](https://github.com/green-code-initiative/creedengo-java/pull/110) GCI82 - remove false positives with reassignment using this and with passing a variable to a function it can be reassigned in
16-
- compatibility updates for SonarQube 25.9.0
16+
- compatibility updates for SonarQube 25.12.0
1717
- upgrade libraries versions
1818
- correction of technical problem with Integration tests (because of Maven format in technical answer to "sonar-orchestrator-junit5" library)
1919
- upgrade JDK from 11 to 17

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@
9090
<!-- <test-it.sonarqube.version>25.3.0.104237</test-it.sonarqube.version>-->
9191
<!-- <test-it.sonarqube.version>25.4.0.105899</test-it.sonarqube.version>-->
9292
<!-- <test-it.sonarqube.version>25.5.0.107428</test-it.sonarqube.version>-->
93-
<test-it.sonarqube.version>25.9.0.112764</test-it.sonarqube.version>
93+
<!-- <test-it.sonarqube.version>25.9.0.112764</test-it.sonarqube.version>-->
94+
<test-it.sonarqube.version>25.12.0.117093</test-it.sonarqube.version>
9495

9596
<!-- Version of `sonar-java-plugin` used by integration tests (you can override this value to perform matrix compatibility tests) -->
9697
<test-it.sonarjava.version>${sonarjava.version}</test-it.sonarjava.version>

0 commit comments

Comments
 (0)