|
25 | 25 | <parent> |
26 | 26 | <groupId>io.wcm.maven</groupId> |
27 | 27 | <artifactId>io.wcm.maven.global-parent</artifactId> |
28 | | - <version>56</version> |
| 28 | + <version>60</version> |
29 | 29 | <relativePath /> |
30 | 30 | </parent> |
31 | 31 |
|
32 | 32 | <groupId>io.wcm.devops</groupId> |
33 | 33 | <artifactId>io.wcm.devops.parent_toplevel</artifactId> |
34 | | - <version>1.4.4</version> |
| 34 | + <version>1.4.6</version> |
35 | 35 | <packaging>pom</packaging> |
36 | 36 |
|
37 | 37 | <name>Toplevel Parent</name> |
|
84 | 84 | <site.deploy.url>scm:git:https://github.com/wcm-io-devops/wcm-io-devops.github.io.git</site.deploy.url> |
85 | 85 |
|
86 | 86 | <!-- Versions --> |
87 | | - <mockito.version>5.10.0</mockito.version> |
| 87 | + <mockito.version>5.14.2</mockito.version> |
88 | 88 |
|
89 | 89 | <!-- SonarCloud --> |
90 | 90 | <sonar.organization>wcm-io-devops</sonar.organization> |
|
149 | 149 | <dependency> |
150 | 150 | <groupId>org.hamcrest</groupId> |
151 | 151 | <artifactId>hamcrest-library</artifactId> |
152 | | - <version>2.2</version> |
| 152 | + <version>3.0</version> |
153 | 153 | </dependency> |
154 | 154 | <dependency> |
155 | 155 | <groupId>org.mockito</groupId> |
|
165 | 165 | <dependency> |
166 | 166 | <groupId>org.junit</groupId> |
167 | 167 | <artifactId>junit-bom</artifactId> |
168 | | - <version>5.10.1</version> |
| 168 | + <version>5.11.3</version> |
169 | 169 | <type>pom</type> |
170 | 170 | <scope>import</scope> |
171 | 171 | </dependency> |
|
304 | 304 | </dependencies> |
305 | 305 | </plugin> |
306 | 306 |
|
307 | | - </plugins> |
| 307 | + <!-- Stick with old versions of site plugins because latest ones use Doxia 2.x, which is not compatible with our io.wcm.maven.skins.reflow-velocity-tools --> |
| 308 | + <plugin> |
| 309 | + <groupId>org.apache.maven.plugins</groupId> |
| 310 | + <artifactId>maven-site-plugin</artifactId> |
| 311 | + <version>3.12.1</version> |
| 312 | + </plugin> |
| 313 | + <plugin> |
| 314 | + <groupId>org.apache.maven.plugins</groupId> |
| 315 | + <artifactId>maven-project-info-reports-plugin</artifactId> |
| 316 | + <version>3.5.0</version> |
| 317 | + </plugin> |
308 | 318 |
|
| 319 | + </plugins> |
309 | 320 | </pluginManagement> |
310 | 321 | </build> |
311 | 322 |
|
|
0 commit comments