|
27 | 27 | <test.dir>src/test/java</test.dir> |
28 | 28 | <skip.format>false</skip.format> |
29 | 29 | <!-- Dependency versions --> |
30 | | - <logback.version>1.5.6</logback.version> |
| 30 | + <logback.version>1.5.7</logback.version> |
31 | 31 | <revision>1.3.99999-SNAPSHOT</revision> |
32 | | - <junit.jupiter.version>5.10.2</junit.jupiter.version> |
33 | | - <testcontainers.version>1.19.8</testcontainers.version> |
| 32 | + <junit.jupiter.version>5.10.3</junit.jupiter.version> |
| 33 | + <testcontainers.version>1.20.1</testcontainers.version> |
34 | 34 | <maven.source.plugin.version>3.3.1</maven.source.plugin.version> |
35 | 35 | <nexus.staging.plugin.version>1.7.0</nexus.staging.plugin.version> |
36 | | - <maven.gpg.plugin.version>3.2.4</maven.gpg.plugin.version> |
| 36 | + <maven.gpg.plugin.version>3.2.5</maven.gpg.plugin.version> |
37 | 37 | </properties> |
38 | 38 | <modules> |
39 | 39 | <module>transactionoutbox-core</module> |
|
47 | 47 | <dependency> |
48 | 48 | <groupId>org.slf4j</groupId> |
49 | 49 | <artifactId>slf4j-api</artifactId> |
50 | | - <version>2.0.13</version> |
| 50 | + <version>2.0.16</version> |
51 | 51 | </dependency> |
52 | 52 | <dependency> |
53 | 53 | <groupId>net.bytebuddy</groupId> |
54 | 54 | <artifactId>byte-buddy</artifactId> |
55 | | - <version>1.14.17</version> |
| 55 | + <version>1.15.0</version> |
56 | 56 | <optional>true</optional> |
57 | 57 | </dependency> |
58 | 58 | <dependency> |
|
99 | 99 | <dependency> |
100 | 100 | <groupId>org.hamcrest</groupId> |
101 | 101 | <artifactId>hamcrest-core</artifactId> |
102 | | - <version>2.2</version> |
| 102 | + <version>3.0</version> |
103 | 103 | <scope>test</scope> |
104 | 104 | </dependency> |
105 | 105 | <dependency> |
|
117 | 117 | <dependency> |
118 | 118 | <groupId>com.h2database</groupId> |
119 | 119 | <artifactId>h2</artifactId> |
120 | | - <version>2.2.224</version> |
| 120 | + <version>2.3.232</version> |
121 | 121 | <scope>test</scope> |
122 | 122 | </dependency> |
123 | 123 | <dependency> |
|
153 | 153 | <dependency> |
154 | 154 | <groupId>org.postgresql</groupId> |
155 | 155 | <artifactId>postgresql</artifactId> |
156 | | - <version>42.7.3</version> |
| 156 | + <version>42.7.4</version> |
157 | 157 | <scope>test</scope> |
158 | 158 | </dependency> |
159 | 159 | <dependency> |
160 | 160 | <groupId>com.mysql</groupId> |
161 | 161 | <artifactId>mysql-connector-j</artifactId> |
162 | | - <version>8.3.0</version> |
| 162 | + <version>9.0.0</version> |
163 | 163 | <scope>test</scope> |
164 | 164 | </dependency> |
165 | 165 | <dependency> |
|
171 | 171 | <dependency> |
172 | 172 | <groupId>com.oracle.database.jdbc</groupId> |
173 | 173 | <artifactId>ojdbc11</artifactId> |
174 | | - <version>23.4.0.24.05</version> |
| 174 | + <version>23.5.0.24.07</version> |
175 | 175 | <scope>test</scope> |
176 | 176 | </dependency> |
177 | 177 | <dependency> |
|
183 | 183 | <dependency> |
184 | 184 | <groupId>com.microsoft.sqlserver</groupId> |
185 | 185 | <artifactId>mssql-jdbc</artifactId> |
186 | | - <version>12.6.1.jre11</version> |
| 186 | + <version>12.8.1.jre11</version> |
187 | 187 | <scope>test</scope> |
188 | 188 | </dependency> |
189 | 189 | </dependencies> |
|
201 | 201 | <plugin> |
202 | 202 | <groupId>org.apache.maven.plugins</groupId> |
203 | 203 | <artifactId>maven-jar-plugin</artifactId> |
204 | | - <version>3.4.1</version> |
| 204 | + <version>3.4.2</version> |
205 | 205 | </plugin> |
206 | 206 | <plugin> |
207 | 207 | <artifactId>maven-surefire-plugin</artifactId> |
208 | | - <version>3.2.5</version> |
| 208 | + <version>3.5.0</version> |
209 | 209 | <configuration> |
210 | 210 | <argLine>-Doracle.jdbc.javaNetNio=false -XX:+EnableDynamicAgentLoading</argLine> |
211 | 211 | </configuration> |
|
237 | 237 | <plugin> |
238 | 238 | <groupId>com.spotify.fmt</groupId> |
239 | 239 | <artifactId>fmt-maven-plugin</artifactId> |
240 | | - <version>2.23</version> |
| 240 | + <version>2.24</version> |
241 | 241 | <configuration> |
242 | 242 | <verbose>true</verbose> |
243 | 243 | <filesNamePattern>.*\.java</filesNamePattern> |
|
272 | 272 | <dependency> |
273 | 273 | <groupId>me.fabriciorby</groupId> |
274 | 274 | <artifactId>maven-surefire-junit5-tree-reporter</artifactId> |
275 | | - <version>1.2.1</version> |
| 275 | + <version>1.3.0</version> |
276 | 276 | </dependency> |
277 | 277 | </dependencies> |
278 | 278 | <configuration> |
|
415 | 415 | <plugin> |
416 | 416 | <groupId>org.apache.maven.plugins</groupId> |
417 | 417 | <artifactId>maven-javadoc-plugin</artifactId> |
418 | | - <version>3.7.0</version> |
| 418 | + <version>3.10.0</version> |
419 | 419 | <configuration> |
420 | 420 | <failOnError>true</failOnError> |
421 | 421 | <quiet>true</quiet> |
|
0 commit comments