|
6 | 6 |
|
7 | 7 | <groupId>software.xdev.mockserver</groupId> |
8 | 8 | <artifactId>testcontainers</artifactId> |
9 | | - <version>2.0.5-SNAPSHOT</version> |
| 9 | + <version>2.50.5-SNAPSHOT</version> |
10 | 10 | <packaging>jar</packaging> |
11 | 11 |
|
12 | 12 | <name>testcontainers</name> |
|
56 | 56 | <dependency> |
57 | 57 | <groupId>org.testcontainers</groupId> |
58 | 58 | <artifactId>testcontainers</artifactId> |
59 | | - <version>2.0.3</version> |
| 59 | + <version>2.0.4</version> |
60 | 60 | <scope>compile</scope> |
61 | 61 | </dependency> |
62 | 62 | <!-- Testcontainers is using outdated v1 --> |
|
78 | 78 | <dependency> |
79 | 79 | <groupId>tools.jackson.core</groupId> |
80 | 80 | <artifactId>jackson-databind</artifactId> |
81 | | - <version>3.1.0</version> |
| 81 | + <version>3.1.1</version> |
82 | 82 | <scope>test</scope> |
83 | 83 | </dependency> |
84 | 84 | <dependency> |
|
282 | 282 | <dependency> |
283 | 283 | <groupId>com.puppycrawl.tools</groupId> |
284 | 284 | <artifactId>checkstyle</artifactId> |
285 | | - <version>13.3.0</version> |
| 285 | + <version>13.4.0</version> |
286 | 286 | </dependency> |
287 | 287 | </dependencies> |
288 | 288 | <configuration> |
|
320 | 320 | <dependency> |
321 | 321 | <groupId>net.sourceforge.pmd</groupId> |
322 | 322 | <artifactId>pmd-core</artifactId> |
323 | | - <version>7.22.0</version> |
| 323 | + <version>7.23.0</version> |
324 | 324 | </dependency> |
325 | 325 | <dependency> |
326 | 326 | <groupId>net.sourceforge.pmd</groupId> |
327 | 327 | <artifactId>pmd-java</artifactId> |
328 | | - <version>7.22.0</version> |
| 328 | + <version>7.23.0</version> |
329 | 329 | </dependency> |
330 | 330 | </dependencies> |
331 | 331 | </plugin> |
|
0 commit comments