|
22 | 22 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
23 | 23 |
|
24 | 24 | <!-- Dependency Version Groups --> |
25 | | - <com.vaadin.version>24.7.1</com.vaadin.version> |
| 25 | + <com.vaadin.version>24.7.2</com.vaadin.version> |
26 | 26 |
|
27 | | - <org.springframework.boot.version>3.4.4</org.springframework.boot.version> |
| 27 | + <org.springframework.boot.version>3.4.5</org.springframework.boot.version> |
28 | 28 | </properties> |
29 | 29 |
|
30 | 30 | <modules> |
|
124 | 124 | <dependency> |
125 | 125 | <groupId>software.xdev</groupId> |
126 | 126 | <artifactId>tci-base</artifactId> |
127 | | - <version>1.0.5</version> |
| 127 | + <version>1.1.0</version> |
128 | 128 | </dependency> |
129 | 129 |
|
130 | 130 | <!-- Selenium --> |
|
192 | 192 | <dependency> |
193 | 193 | <groupId>org.testcontainers</groupId> |
194 | 194 | <artifactId>testcontainers-bom</artifactId> |
195 | | - <version>1.20.6</version> |
| 195 | + <version>1.21.0</version> |
196 | 196 | <type>pom</type> |
197 | 197 | <scope>import</scope> |
198 | 198 | </dependency> |
|
213 | 213 | <dependency> |
214 | 214 | <groupId>software.xdev</groupId> |
215 | 215 | <artifactId>flyway-core-slim</artifactId> |
216 | | - <version>1.0.0</version> |
| 216 | + <version>1.0.1</version> |
217 | 217 | </dependency> |
218 | 218 |
|
219 | 219 | <!-- Utility for proxies in tests --> |
|
345 | 345 | <dependency> |
346 | 346 | <groupId>com.puppycrawl.tools</groupId> |
347 | 347 | <artifactId>checkstyle</artifactId> |
348 | | - <version>10.23.0</version> |
| 348 | + <version>10.23.1</version> |
349 | 349 | </dependency> |
350 | 350 | </dependencies> |
351 | 351 | <configuration> |
|
385 | 385 | <dependency> |
386 | 386 | <groupId>net.sourceforge.pmd</groupId> |
387 | 387 | <artifactId>pmd-core</artifactId> |
388 | | - <version>7.12.0</version> |
| 388 | + <version>7.13.0</version> |
389 | 389 | </dependency> |
390 | 390 | <dependency> |
391 | 391 | <groupId>net.sourceforge.pmd</groupId> |
392 | 392 | <artifactId>pmd-java</artifactId> |
393 | | - <version>7.12.0</version> |
| 393 | + <version>7.13.0</version> |
394 | 394 | </dependency> |
395 | 395 | </dependencies> |
396 | 396 | </plugin> |
|
0 commit comments