|
80 | 80 | <!-- temporary version waiting for real automatic release in creedengo repository --> |
81 | 81 | <creedengo-rules-specifications.version>3.0.0</creedengo-rules-specifications.version> |
82 | 82 |
|
83 | | - <junit.jupiter.version>6.0.3</junit.jupiter.version> |
| 83 | + <junit.jupiter.version>6.1.0</junit.jupiter.version> |
84 | 84 |
|
85 | 85 | <!-- URL of the Maven repository where sonarqube will be downloaded --> |
86 | 86 | <test-it.orchestrator.artifactory.url>https://repo1.maven.org/maven2</test-it.orchestrator.artifactory.url> |
|
89 | 89 |
|
90 | 90 |
|
91 | 91 | <!-- Version of `sonarqube` used by integration tests (you can override this value to perform matrix compatibility tests) --> |
| 92 | + <!-- KO - ClassNotFoundException --> |
92 | 93 | <!-- <test-it.sonarqube.version>9.9.0.65466</test-it.sonarqube.version>--> |
93 | 94 | <!-- <test-it.sonarqube.version>9.9.8.100196</test-it.sonarqube.version>--> |
94 | 95 | <!-- <test-it.sonarqube.version>10.0.0.68432</test-it.sonarqube.version>--> |
|
113 | 114 | <!-- <test-it.sonarqube.version>26.1.0.118079</test-it.sonarqube.version>--> |
114 | 115 | <!-- <test-it.sonarqube.version>26.2.0.119303</test-it.sonarqube.version>--> |
115 | 116 | <!-- <test-it.sonarqube.version>26.3.0.120487</test-it.sonarqube.version>--> |
| 117 | +<!-- <test-it.sonarqube.version>26.6.0.123539</test-it.sonarqube.version>--> |
116 | 118 |
|
117 | 119 |
|
118 | 120 | <!-- Version of `sonar-java-plugin` used by integration tests (you can override this value to perform matrix compatibility tests) --> |
|
213 | 215 | <dependency> |
214 | 216 | <groupId>com.fasterxml.jackson.core</groupId> |
215 | 217 | <artifactId>jackson-core</artifactId> |
216 | | - <version>2.21.2</version> |
| 218 | + <version>2.22.0</version> |
217 | 219 | <scope>test</scope> |
218 | 220 | </dependency> |
219 | 221 |
|
|
231 | 233 | <dependency> |
232 | 234 | <groupId>commons-io</groupId> |
233 | 235 | <artifactId>commons-io</artifactId> |
234 | | - <version>2.21.0</version> |
| 236 | + <version>2.22.0</version> |
235 | 237 | <scope>test</scope> |
236 | 238 | </dependency> |
237 | 239 |
|
|
0 commit comments