|
213 | 213 | <dependency> |
214 | 214 | <groupId>org.junit</groupId> |
215 | 215 | <artifactId>junit-bom</artifactId> |
216 | | - <version>5.10.1</version> |
| 216 | + <version>5.10.2</version> |
217 | 217 | <type>pom</type> |
218 | 218 | <scope>import</scope> |
219 | 219 | </dependency> |
220 | 220 | <dependency> |
221 | 221 | <groupId>org.springframework</groupId> |
222 | 222 | <artifactId>spring-framework-bom</artifactId> |
223 | | - <version>6.1.3</version> |
| 223 | + <version>6.1.4</version> |
224 | 224 | <type>pom</type> |
225 | 225 | <scope>import</scope> |
226 | 226 | </dependency> |
|
234 | 234 | <dependency> |
235 | 235 | <groupId>org.apache.logging.log4j</groupId> |
236 | 236 | <artifactId>log4j-bom</artifactId> |
237 | | - <version>2.22.1</version> |
| 237 | + <version>2.23.0</version> |
238 | 238 | <type>pom</type> |
239 | 239 | <scope>import</scope> |
240 | 240 | </dependency> |
|
273 | 273 | <dependency> |
274 | 274 | <groupId>net.ttddyy</groupId> |
275 | 275 | <artifactId>datasource-proxy</artifactId> |
276 | | - <version>1.8.1</version> |
| 276 | + <version>1.10</version> |
277 | 277 | <scope>test</scope> |
278 | 278 | </dependency> |
279 | 279 | <!-- database drivers --> |
|
286 | 286 | <dependency> |
287 | 287 | <groupId>org.postgresql</groupId> |
288 | 288 | <artifactId>postgresql</artifactId> |
289 | | - <version>42.7.1</version> |
| 289 | + <version>42.7.2</version> |
290 | 290 | <scope>test</scope> |
291 | 291 | </dependency> |
292 | 292 | <dependency> |
|
298 | 298 | <dependency> |
299 | 299 | <groupId>com.microsoft.sqlserver</groupId> |
300 | 300 | <artifactId>mssql-jdbc</artifactId> |
301 | | - <version>12.4.2.jre11</version> |
| 301 | + <version>12.6.1.jre11</version> |
302 | 302 | <scope>test</scope> |
303 | 303 | </dependency> |
304 | 304 | <dependency> |
|
310 | 310 | <dependency> |
311 | 311 | <groupId>org.mariadb.jdbc</groupId> |
312 | 312 | <artifactId>mariadb-java-client</artifactId> |
313 | | - <version>3.3.2</version> |
| 313 | + <version>3.3.3</version> |
314 | 314 | <scope>test</scope> |
315 | 315 | <exclusions> |
316 | 316 | <exclusion> |
|
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.2.Final</hibernate.version> |
| 414 | + <hibernate.version>6.4.4.Final</hibernate.version> |
415 | 415 | <project.build.outputTimestamp>2024-01-26T13:19:42Z</project.build.outputTimestamp> |
416 | 416 | </properties> |
417 | 417 |
|
|
0 commit comments