|
38 | 38 | <maven.build.timestamp.format>MMM dd yyyy HH:mm:ss</maven.build.timestamp.format> |
39 | 39 | <project.build.datetime>${maven.build.timestamp}</project.build.datetime> |
40 | 40 | <slf4j.version>1.7.36</slf4j.version> |
41 | | - <ant.version>1.10.12</ant.version> |
42 | | - <testcontainers.version>1.20.1</testcontainers.version> |
43 | | - <mysql.connector.version>9.2.0</mysql.connector.version> |
| 41 | + <ant.version>1.10.15</ant.version> |
| 42 | + <testcontainers.version>1.21.4</testcontainers.version> |
| 43 | + <mysql.connector.version>9.5.0</mysql.connector.version> |
| 44 | + <xmlunit.version>2.9.1</xmlunit.version> |
44 | 45 |
|
45 | | - <maven.compiler.target>11</maven.compiler.target> |
46 | | - <maven.compiler.source>11</maven.compiler.source> |
| 46 | + <maven.compiler.target>11</maven.compiler.target> |
| 47 | + <maven.compiler.source>11</maven.compiler.source> |
47 | 48 |
|
48 | 49 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
49 | 50 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
|
331 | 332 | <dependency> |
332 | 333 | <groupId>ognl</groupId> |
333 | 334 | <artifactId>ognl</artifactId> |
334 | | - <version>3.3.3</version> |
| 335 | + <version>3.3.5</version> |
335 | 336 | </dependency> |
336 | 337 | <dependency> |
337 | 338 | <groupId>org.springframework</groupId> |
338 | 339 | <artifactId>spring-core</artifactId> |
339 | | - <version>5.3.37</version> |
| 340 | + <version>5.3.39</version> |
340 | 341 | <scope>test</scope> |
341 | 342 | <exclusions> |
342 | 343 | <exclusion> |
|
364 | 365 | <dependency> |
365 | 366 | <groupId>org.apache.commons</groupId> |
366 | 367 | <artifactId>commons-lang3</artifactId> |
367 | | - <version>3.18.0</version> |
| 368 | + <version>3.20.0</version> |
368 | 369 | </dependency> |
369 | 370 | <dependency> |
370 | 371 | <groupId>org.apache.velocity.tools</groupId> |
371 | 372 | <artifactId>velocity-tools-generic</artifactId> |
372 | 373 | <version>3.1</version> |
373 | 374 | </dependency> |
| 375 | + <!-- Remove when velocity-tools-generic updates its commons-beanutils dependency. --> |
| 376 | + <dependency> |
| 377 | + <groupId>commons-beanutils</groupId> |
| 378 | + <artifactId>commons-beanutils</artifactId> |
| 379 | + <version>1.11.0</version> |
| 380 | + </dependency> |
374 | 381 | <dependency> |
375 | 382 | <groupId>jgraph</groupId> |
376 | 383 | <artifactId>jgraph</artifactId> |
|
390 | 397 | <dependency> |
391 | 398 | <groupId>org.mockito</groupId> |
392 | 399 | <artifactId>mockito-core</artifactId> |
393 | | - <version>4.6.1</version> |
| 400 | + <version>4.11.0</version> |
394 | 401 | <scope>test</scope> |
395 | 402 | </dependency> |
396 | 403 | <dependency> |
397 | 404 | <groupId>org.hsqldb</groupId> |
398 | 405 | <artifactId>hsqldb</artifactId> |
399 | | - <version>2.7.1</version> |
| 406 | + <version>2.7.4</version> |
400 | 407 | <scope>test</scope> |
401 | 408 | </dependency> |
402 | 409 | <!-- Derby 10.16 requires Java 17, Derby 10.15 requires additional dependency - derbytools --> |
|
415 | 422 | <dependency> |
416 | 423 | <groupId>org.xmlunit</groupId> |
417 | 424 | <artifactId>xmlunit-matchers</artifactId> |
418 | | - <version>2.9.0</version> |
| 425 | + <version>${xmlunit.version}</version> |
419 | 426 | <scope>test</scope> |
420 | 427 | </dependency> |
421 | 428 | <dependency> |
422 | 429 | <groupId>org.xmlunit</groupId> |
423 | 430 | <artifactId>xmlunit-jakarta-jaxb-impl</artifactId> |
424 | | - <version>2.9.0</version> |
| 431 | + <version>${xmlunit.version}</version> |
425 | 432 | <scope>test</scope> |
426 | 433 | </dependency> |
427 | 434 | <dependency> |
|
440 | 447 | <dependency> |
441 | 448 | <groupId>org.apache.commons</groupId> |
442 | 449 | <artifactId>commons-compress</artifactId> |
443 | | - <version>1.26.2</version> |
| 450 | + <version>1.28.0</version> |
444 | 451 | <scope>test</scope> |
445 | 452 | </dependency> |
446 | 453 | <dependency> |
|
0 commit comments