|
220 | 220 | <dependency> |
221 | 221 | <groupId>org.springframework</groupId> |
222 | 222 | <artifactId>spring-framework-bom</artifactId> |
223 | | - <version>6.1.4</version> |
| 223 | + <version>6.1.7</version> |
224 | 224 | <type>pom</type> |
225 | 225 | <scope>import</scope> |
226 | 226 | </dependency> |
227 | 227 | <dependency> |
228 | 228 | <groupId>com.oracle.database.jdbc</groupId> |
229 | 229 | <artifactId>ojdbc-bom</artifactId> |
230 | | - <version>23.3.0.23.09</version> |
| 230 | + <version>23.4.0.24.05</version> |
231 | 231 | <type>pom</type> |
232 | 232 | <scope>import</scope> |
233 | 233 | </dependency> |
234 | 234 | <dependency> |
235 | 235 | <groupId>org.apache.logging.log4j</groupId> |
236 | 236 | <artifactId>log4j-bom</artifactId> |
237 | | - <version>2.23.0</version> |
| 237 | + <version>2.23.1</version> |
238 | 238 | <type>pom</type> |
239 | 239 | <scope>import</scope> |
240 | 240 | </dependency> |
|
286 | 286 | <dependency> |
287 | 287 | <groupId>org.postgresql</groupId> |
288 | 288 | <artifactId>postgresql</artifactId> |
289 | | - <version>42.7.2</version> |
| 289 | + <version>42.7.3</version> |
290 | 290 | <scope>test</scope> |
291 | 291 | </dependency> |
292 | 292 | <dependency> |
|
304 | 304 | <dependency> |
305 | 305 | <groupId>org.firebirdsql.jdbc</groupId> |
306 | 306 | <artifactId>jaybird</artifactId> |
307 | | - <version>5.0.3.java11</version> |
| 307 | + <version>5.0.4.java11</version> |
308 | 308 | <scope>test</scope> |
309 | 309 | </dependency> |
310 | 310 | <dependency> |
311 | 311 | <groupId>org.mariadb.jdbc</groupId> |
312 | 312 | <artifactId>mariadb-java-client</artifactId> |
313 | | - <version>3.3.3</version> |
| 313 | + <version>3.4.0</version> |
314 | 314 | <scope>test</scope> |
315 | 315 | <exclusions> |
316 | 316 | <exclusion> |
|
339 | 339 | </dependency> |
340 | 340 | <dependency> |
341 | 341 | <groupId>org.apache.logging.log4j</groupId> |
342 | | - <artifactId>log4j-slf4j-impl</artifactId> |
| 342 | + <artifactId>log4j-slf4j2-impl</artifactId> |
343 | 343 | <scope>test</scope> |
344 | 344 | </dependency> |
345 | 345 | <dependency> |
|
411 | 411 | <properties> |
412 | 412 | <project.reporting.outputEncoding>utf-8</project.reporting.outputEncoding> |
413 | 413 | <project.build.sourceEncoding>utf-8</project.build.sourceEncoding> |
414 | | - <hibernate.version>6.4.4.Final</hibernate.version> |
| 414 | + <hibernate.version>6.5.1.Final</hibernate.version> |
415 | 415 | <project.build.outputTimestamp>2024-01-26T13:19:42Z</project.build.outputTimestamp> |
416 | 416 | </properties> |
417 | 417 |
|
|
0 commit comments