|
49 | 49 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
50 | 50 |
|
51 | 51 | <slf4j-version>2.0.16</slf4j-version> |
52 | | - <log4j-version>2.24.0</log4j-version> |
53 | | - <testcontainers-version>1.20.1</testcontainers-version> |
| 52 | + <log4j-version>2.24.1</log4j-version> |
| 53 | + <testcontainers-version>1.20.2</testcontainers-version> |
54 | 54 |
|
55 | 55 | <!-- by default run no tests as Docker is required --> |
56 | 56 | <skipTests>true</skipTests> |
|
95 | 95 | <dependency> |
96 | 96 | <groupId>com.fasterxml.jackson.core</groupId> |
97 | 97 | <artifactId>jackson-databind</artifactId> |
98 | | - <version>2.17.2</version> |
| 98 | + <version>2.18.0</version> |
99 | 99 | </dependency> |
100 | 100 |
|
101 | 101 | <!-- Tests --> |
|
129 | 129 | <dependency> |
130 | 130 | <groupId>org.junit.jupiter</groupId> |
131 | 131 | <artifactId>junit-jupiter</artifactId> |
132 | | - <version>5.11.0</version> |
| 132 | + <version>5.11.2</version> |
133 | 133 | <scope>test</scope> |
134 | 134 | </dependency> |
135 | 135 |
|
|
170 | 170 | <dependency> |
171 | 171 | <groupId>org.seleniumhq.selenium</groupId> |
172 | 172 | <artifactId>selenium-chrome-driver</artifactId> |
173 | | - <version>4.24.0</version> |
| 173 | + <version>4.25.0</version> |
174 | 174 | <scope>test</scope> |
175 | 175 | <exclusions> |
176 | 176 | <!-- Tracing is not needed --> |
|
201 | 201 | <plugin> |
202 | 202 | <groupId>com.mycila</groupId> |
203 | 203 | <artifactId>license-maven-plugin</artifactId> |
204 | | - <version>4.5</version> |
| 204 | + <version>4.6</version> |
205 | 205 | <configuration> |
206 | 206 | <properties> |
207 | 207 | <email>${project.organization.url}</email> |
|
241 | 241 | <plugin> |
242 | 242 | <groupId>org.apache.maven.plugins</groupId> |
243 | 243 | <artifactId>maven-javadoc-plugin</artifactId> |
244 | | - <version>3.10.0</version> |
| 244 | + <version>3.10.1</version> |
245 | 245 | <executions> |
246 | 246 | <execution> |
247 | 247 | <id>attach-javadocs</id> |
|
274 | 274 | <plugin> |
275 | 275 | <groupId>org.apache.maven.plugins</groupId> |
276 | 276 | <artifactId>maven-surefire-plugin</artifactId> |
277 | | - <version>3.5.0</version> |
| 277 | + <version>3.5.1</version> |
278 | 278 | <configuration> |
279 | 279 | <skipTests>${skipTests}</skipTests> |
280 | 280 | </configuration> |
|
312 | 312 | <plugin> |
313 | 313 | <groupId>org.apache.maven.plugins</groupId> |
314 | 314 | <artifactId>maven-gpg-plugin</artifactId> |
315 | | - <version>3.2.5</version> |
| 315 | + <version>3.2.7</version> |
316 | 316 | <executions> |
317 | 317 | <execution> |
318 | 318 | <id>sign-artifacts</id> |
|
360 | 360 | <dependency> |
361 | 361 | <groupId>com.puppycrawl.tools</groupId> |
362 | 362 | <artifactId>checkstyle</artifactId> |
363 | | - <version>10.18.1</version> |
| 363 | + <version>10.18.2</version> |
364 | 364 | </dependency> |
365 | 365 | </dependencies> |
366 | 366 | <configuration> |
|
397 | 397 | <dependency> |
398 | 398 | <groupId>net.sourceforge.pmd</groupId> |
399 | 399 | <artifactId>pmd-core</artifactId> |
400 | | - <version>7.5.0</version> |
| 400 | + <version>7.6.0</version> |
401 | 401 | </dependency> |
402 | 402 | <dependency> |
403 | 403 | <groupId>net.sourceforge.pmd</groupId> |
404 | 404 | <artifactId>pmd-java</artifactId> |
405 | | - <version>7.5.0</version> |
| 405 | + <version>7.6.0</version> |
406 | 406 | </dependency> |
407 | 407 | </dependencies> |
408 | 408 | </plugin> |
|
0 commit comments