|
59 | 59 | <dependency> |
60 | 60 | <groupId>tools.jackson.core</groupId> |
61 | 61 | <artifactId>jackson-databind</artifactId> |
62 | | - <version>3.0.3</version> |
| 62 | + <version>3.1.0</version> |
63 | 63 | </dependency> |
64 | 64 |
|
65 | 65 | <!-- Tests --> |
|
93 | 93 | <dependency> |
94 | 94 | <groupId>org.junit.jupiter</groupId> |
95 | 95 | <artifactId>junit-jupiter</artifactId> |
96 | | - <version>6.0.2</version> |
| 96 | + <version>6.0.3</version> |
97 | 97 | <scope>test</scope> |
98 | 98 | </dependency> |
99 | 99 |
|
|
107 | 107 | <dependency> |
108 | 108 | <groupId>software.xdev</groupId> |
109 | 109 | <artifactId>testcontainers-selenium</artifactId> |
110 | | - <version>1.5.1</version> |
| 110 | + <version>1.5.3</version> |
111 | 111 | <scope>test</scope> |
112 | 112 | </dependency> |
113 | 113 |
|
114 | 114 | <!-- Selenium --> |
115 | 115 | <dependency> |
116 | 116 | <groupId>org.seleniumhq.selenium</groupId> |
117 | 117 | <artifactId>selenium-chrome-driver</artifactId> |
118 | | - <version>4.40.0</version> |
| 118 | + <version>4.41.0</version> |
119 | 119 | <scope>test</scope> |
120 | 120 | <exclusions> |
121 | 121 | <!-- Tracing is not needed --> |
|
175 | 175 | <plugin> |
176 | 176 | <groupId>org.apache.maven.plugins</groupId> |
177 | 177 | <artifactId>maven-compiler-plugin</artifactId> |
178 | | - <version>3.14.1</version> |
| 178 | + <version>3.15.0</version> |
179 | 179 | <configuration> |
180 | 180 | <release>${maven.compiler.release}</release> |
181 | 181 | <compilerArgs> |
|
219 | 219 | <plugin> |
220 | 220 | <groupId>org.apache.maven.plugins</groupId> |
221 | 221 | <artifactId>maven-surefire-plugin</artifactId> |
222 | | - <version>3.5.4</version> |
| 222 | + <version>3.5.5</version> |
223 | 223 | <configuration> |
224 | 224 | <skipTests>${skipTests}</skipTests> |
225 | 225 | </configuration> |
|
308 | 308 | <dependency> |
309 | 309 | <groupId>com.puppycrawl.tools</groupId> |
310 | 310 | <artifactId>checkstyle</artifactId> |
311 | | - <version>13.0.0</version> |
| 311 | + <version>13.3.0</version> |
312 | 312 | </dependency> |
313 | 313 | </dependencies> |
314 | 314 | <configuration> |
|
346 | 346 | <dependency> |
347 | 347 | <groupId>net.sourceforge.pmd</groupId> |
348 | 348 | <artifactId>pmd-core</artifactId> |
349 | | - <version>7.20.0</version> |
| 349 | + <version>7.22.0</version> |
350 | 350 | </dependency> |
351 | 351 | <dependency> |
352 | 352 | <groupId>net.sourceforge.pmd</groupId> |
353 | 353 | <artifactId>pmd-java</artifactId> |
354 | | - <version>7.20.0</version> |
| 354 | + <version>7.22.0</version> |
355 | 355 | </dependency> |
356 | 356 | </dependencies> |
357 | 357 | </plugin> |
|
0 commit comments