|
19 | 19 | <maven.compiler.proc>full</maven.compiler.proc> <!-- https://dzone.com/articles/using-lombok-library-witk-jdk-23 --> |
20 | 20 |
|
21 | 21 | <!-- testing --> |
22 | | - <junit-jupiter.version>5.11.4</junit-jupiter.version> |
23 | | - <testng.version>7.10.2</testng.version> |
| 22 | + <junit-jupiter.version>5.12.0</junit-jupiter.version> |
| 23 | + <testng.version>7.11.0</testng.version> |
24 | 24 | <hemcrest.version>3.0</hemcrest.version> |
25 | | - <assertj.version>3.27.2</assertj.version> |
| 25 | + <assertj.version>3.27.3</assertj.version> |
26 | 26 | <avaitility.version>1.7.0</avaitility.version> |
27 | 27 |
|
28 | 28 | <!-- logging --> |
29 | | - <logback.version>1.5.16</logback.version> |
30 | | - <slf4j-api.version>2.0.16</slf4j-api.version> |
| 29 | + <logback.version>1.5.17</logback.version> |
| 30 | + <slf4j-api.version>2.0.17</slf4j-api.version> |
31 | 31 |
|
32 | 32 | <lombok.version>1.18.36</lombok.version> |
33 | 33 | <commons-io.version>2.18.0</commons-io.version> |
34 | 34 |
|
35 | 35 | <!-- reactive --> |
36 | 36 | <rxjava.version>3.1.10</rxjava.version> |
37 | | - <projectreactor.version>2024.0.1</projectreactor.version> |
| 37 | + <projectreactor.version>2024.0.3</projectreactor.version> |
38 | 38 | </properties> |
39 | 39 |
|
40 | 40 | <dependencies> |
41 | 41 | <!-- https://mvnrepository.com/artifact/org.jetbrains/annotations --> |
42 | 42 | <dependency> |
43 | 43 | <groupId>org.jetbrains</groupId> |
44 | 44 | <artifactId>annotations</artifactId> |
45 | | - <version>26.0.1</version> |
| 45 | + <version>26.0.2</version> |
46 | 46 | </dependency> |
47 | 47 |
|
48 | 48 | <dependency> |
|
98 | 98 | <plugin> |
99 | 99 | <groupId>org.apache.maven.plugins</groupId> |
100 | 100 | <artifactId>maven-compiler-plugin</artifactId> |
101 | | - <version>3.13.0</version> |
| 101 | + <version>3.14.0</version> |
102 | 102 | <configuration> |
103 | 103 | <release>${maven.compiler.release}</release> |
104 | 104 | <encoding>${project.build.sourceEncoding}</encoding> |
|
0 commit comments