|
24 | 24 | <mockito.version>4.11.0</mockito.version> |
25 | 25 | <junit.jupiter.version>5.10.2</junit.jupiter.version> |
26 | 26 | <awaitility.version>4.2.2</awaitility.version> |
27 | | - <assertj-core.version>3.24.2</assertj-core.version> |
| 27 | + <assertj-core.version>3.27.7</assertj-core.version> |
28 | 28 | <slf4j-api.version>2.0.6</slf4j-api.version> |
29 | 29 | <hamcrest.version>3.0</hamcrest.version> |
30 | 30 |
|
|
34 | 34 | <maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version> |
35 | 35 | <maven-install-plugin.version>3.1.0</maven-install-plugin.version> |
36 | 36 | <maven-release-plugin.version>3.1.1</maven-release-plugin.version> |
37 | | - <maven-resources-plugin.version>3.3.0</maven-resources-plugin.version> |
| 37 | + <maven-resources-plugin.version>3.4.0</maven-resources-plugin.version> |
38 | 38 | <maven-source-plugin.version>3.2.1</maven-source-plugin.version> |
39 | 39 | <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version> |
40 | | - <maven-javadoc-plugin.version>3.2.0</maven-javadoc-plugin.version> |
| 40 | + <maven-javadoc-plugin.version>3.12.0</maven-javadoc-plugin.version> |
41 | 41 | <maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version> |
42 | 42 | <jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version> |
43 | 43 | <sonar-maven-plugin.version>4.0.0.4121</sonar-maven-plugin.version> |
|
246 | 246 | <showWarnings>true</showWarnings> |
247 | 247 | </configuration> |
248 | 248 | </plugin> |
249 | | - |
250 | | - <plugin> |
251 | | - <groupId>org.codehaus.mojo</groupId> |
252 | | - <artifactId>aspectj-maven-plugin</artifactId> |
253 | | - <version>${aspectj-maven-plugin.version}</version> |
254 | | - <configuration> |
255 | | - <Xlint>ignore</Xlint> |
256 | | - <complianceLevel>${java.version}</complianceLevel> |
257 | | - <showWeaveInfo>false</showWeaveInfo> |
258 | | - <verbose>false</verbose> |
259 | | - <source>${java.version}</source> |
260 | | - <target>${java.version}</target> |
261 | | - </configuration> |
262 | | - <dependencies> |
263 | | - <dependency> |
264 | | - <groupId>org.aspectj</groupId> |
265 | | - <artifactId>aspectjtools</artifactId> |
266 | | - <version>${aspectj.version}</version> |
267 | | - </dependency> |
268 | | - </dependencies> |
269 | | - <executions> |
270 | | - <execution> |
271 | | - <phase>process-sources</phase> |
272 | | - <goals> |
273 | | - <goal>compile</goal> |
274 | | - <goal>test-compile</goal> |
275 | | - </goals> |
276 | | - </execution> |
277 | | - </executions> |
278 | | - </plugin> |
279 | 249 | </plugins> |
280 | 250 | </build> |
281 | 251 |
|
282 | 252 | <dependencies> |
283 | | - <dependency> |
284 | | - <groupId>org.aspectj</groupId> |
285 | | - <artifactId>aspectjrt</artifactId> |
286 | | - <version>${aspectj.version}</version> |
287 | | - </dependency> |
288 | | - |
289 | 253 | <!-- Scope Test --> |
290 | 254 | <dependency> |
291 | 255 | <groupId>org.junit.jupiter</groupId> |
|
373 | 337 | </activation> |
374 | 338 | <properties> |
375 | 339 | <java.version>8</java.version> |
376 | | - <aspectj.version>1.9.7</aspectj.version> |
377 | | - <aspectj-maven-plugin.version>1.14.0</aspectj-maven-plugin.version> |
378 | 340 | </properties> |
379 | 341 | </profile> |
380 | 342 |
|
|
385 | 347 | </activation> |
386 | 348 | <properties> |
387 | 349 | <java.version>11</java.version> |
388 | | - <aspectj.version>1.9.7</aspectj.version> |
389 | | - <aspectj-maven-plugin.version>1.14.0</aspectj-maven-plugin.version> |
390 | 350 | </properties> |
391 | 351 | </profile> |
392 | 352 |
|
|
397 | 357 | </activation> |
398 | 358 | <properties> |
399 | 359 | <java.version>17</java.version> |
400 | | - <aspectj.version>1.9.25.1</aspectj.version> |
401 | | - <aspectj-maven-plugin.version>1.16.0</aspectj-maven-plugin.version> |
402 | 360 | </properties> |
403 | 361 | </profile> |
404 | 362 |
|
|
409 | 367 | </activation> |
410 | 368 | <properties> |
411 | 369 | <java.version>21</java.version> |
412 | | - <aspectj.version>1.9.25.1</aspectj.version> |
413 | | - <aspectj-maven-plugin.version>1.16.0</aspectj-maven-plugin.version> |
414 | 370 | </properties> |
415 | 371 | </profile> |
416 | 372 |
|
|
0 commit comments