|
20 | 20 | <parent>
|
21 | 21 | <groupId>org.apache</groupId>
|
22 | 22 | <artifactId>apache</artifactId>
|
23 |
| - <version>33</version> |
| 23 | + <version>34</version> |
24 | 24 | </parent>
|
25 | 25 | <groupId>org.apache.wicket</groupId>
|
26 | 26 | <artifactId>wicket-parent</artifactId>
|
27 |
| - <version>10.5.0-SNAPSHOT</version> |
| 27 | + <version>10.6.0-SNAPSHOT</version> |
28 | 28 | <packaging>pom</packaging>
|
29 | 29 | <name>Wicket Parent</name>
|
30 | 30 | <description>Wicket is a Java-based open source component web application framework.</description>
|
|
130 | 130 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
131 | 131 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
132 | 132 |
|
133 |
| - <project.build.outputTimestamp>2025-01-24T20:44:18Z</project.build.outputTimestamp> |
| 133 | + <project.build.outputTimestamp>2025-04-25T11:19:01Z</project.build.outputTimestamp> |
134 | 134 |
|
135 | 135 | <javadoc.additionalJOption />
|
136 | 136 | <javadoc.jdk.apidocs.link>https://docs.oracle.com/en/java/javase/${java.specification.version}/docs/api/</javadoc.jdk.apidocs.link>
|
|
141 | 141 | <maven.compiler.target>17</maven.compiler.target>
|
142 | 142 |
|
143 | 143 | <!-- Project Versions -->
|
144 |
| - <asm.version>9.7.1</asm.version> |
145 |
| - <aspectj.version>1.9.22.1</aspectj.version> |
| 144 | + <asm.version>9.8</asm.version> |
| 145 | + <aspectj.version>1.9.24</aspectj.version> |
146 | 146 | <assertj-core.version>3.27.3</assertj-core.version>
|
147 | 147 | <bouncycastle.version>1.80</bouncycastle.version>
|
148 |
| - <byte-buddy.version>1.17.1</byte-buddy.version> |
| 148 | + <byte-buddy.version>1.17.5</byte-buddy.version> |
149 | 149 | <cdi-unit.version>5.0.0-EA7</cdi-unit.version>
|
150 |
| - <commons-collections4.version>4.4</commons-collections4.version> |
| 150 | + <commons-collections4.version>4.5.0</commons-collections4.version> |
151 | 151 | <commons-fileupload.version>2.0.0-M2</commons-fileupload.version>
|
152 |
| - <commons-io.version>2.18.0</commons-io.version> |
| 152 | + <commons-io.version>2.19.0</commons-io.version> |
153 | 153 | <commons-lang3.version>3.17.0</commons-lang3.version>
|
154 | 154 | <guice.version>7.0.0</guice.version>
|
155 | 155 | <el-impl.version>2.2.1-b05</el-impl.version>
|
156 |
| - <error_prone_annotations.version>2.36.0</error_prone_annotations.version> |
157 |
| - <forbiddenapis.version>3.8</forbiddenapis.version> |
158 |
| - <jacoco.version>0.8.12</jacoco.version> |
| 156 | + <error_prone_annotations.version>2.38.0</error_prone_annotations.version> |
| 157 | + <forbiddenapis.version>3.9</forbiddenapis.version> |
| 158 | + <jacoco.version>0.8.13</jacoco.version> |
159 | 159 | <jackson.version>2.14.3</jackson.version>
|
160 | 160 | <jakarta.annotation-api.version>2.1.1</jakarta.annotation-api.version>
|
161 | 161 | <jakarta.el.version>4.0.2</jakarta.el.version>
|
|
168 | 168 | <jakarta.servlet-api.version>6.0.0</jakarta.servlet-api.version>
|
169 | 169 | <jdk-serializable-functional.version>1.9.0</jdk-serializable-functional.version>
|
170 | 170 | <jetty.version>11.0.24</jetty.version>
|
171 |
| - <junit.version>5.11.4</junit.version> |
| 171 | + <junit.version>5.12.2</junit.version> |
172 | 172 | <jsr305.version>3.0.2</jsr305.version>
|
173 | 173 | <logback.version>1.2.7</logback.version>
|
174 | 174 | <hamcrest.version>3.0</hamcrest.version>
|
175 | 175 | <hibernate-validator.version>8.0.2.Final</hibernate-validator.version>
|
176 | 176 | <httpunit.version>1.7.3</httpunit.version>
|
177 | 177 | <metrics.version>4.2.30</metrics.version>
|
178 |
| - <mockito.version>5.15.2</mockito.version> |
| 178 | + <mockito.version>5.17.0</mockito.version> |
179 | 179 | <objenesis.version>3.4</objenesis.version>
|
180 | 180 | <openjson.version>1.0.13</openjson.version>
|
181 |
| - <slf4j.version>2.0.16</slf4j.version> |
182 |
| - <spring.version>6.2.3</spring.version> |
| 181 | + <slf4j.version>2.0.17</slf4j.version> |
| 182 | + <spring.version>6.2.7</spring.version> |
183 | 183 | <wagon-ssh-external.version>3.5.3</wagon-ssh-external.version>
|
184 | 184 | <weld.version>4.0.3.Final</weld.version>
|
185 | 185 | <velocity-engine-core.version>2.4.1</velocity-engine-core.version>
|
186 | 186 |
|
187 | 187 | <!-- Maven plugins -->
|
188 | 188 | <build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
|
189 | 189 | <japicmp-maven-plugin.version>0.23.1</japicmp-maven-plugin.version>
|
190 |
| - <maven-archetype-plugin.version>3.3.1</maven-archetype-plugin.version> |
| 190 | + <maven-archetype-plugin.version>3.4.0</maven-archetype-plugin.version> |
191 | 191 | <maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version>
|
192 |
| - <maven-clean-plugin.version>3.4.0</maven-clean-plugin.version> |
193 |
| - <maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version> |
194 |
| - <maven-deploy-plugin.version>3.1.3</maven-deploy-plugin.version> |
| 192 | + <maven-clean-plugin.version>3.4.1</maven-clean-plugin.version> |
| 193 | + <maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version> |
| 194 | + <maven-deploy-plugin.version>3.1.4</maven-deploy-plugin.version> |
195 | 195 | <maven-eclipse-plugin.version>2.10</maven-eclipse-plugin.version>
|
196 | 196 | <maven-enforcer-plugin.version>3.1.0</maven-enforcer-plugin.version>
|
197 | 197 | <maven-gpg-plugin.version>3.2.7</maven-gpg-plugin.version>
|
198 |
| - <maven-install-plugin.version>3.1.3</maven-install-plugin.version> |
| 198 | + <maven-install-plugin.version>3.1.4</maven-install-plugin.version> |
199 | 199 | <maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
|
200 | 200 | <maven-javadoc-plugin.version>3.11.2</maven-javadoc-plugin.version>
|
201 |
| - <maven-project-info-reports-plugin.version>3.8.0</maven-project-info-reports-plugin.version> |
| 201 | + <maven-project-info-reports-plugin.version>3.9.0</maven-project-info-reports-plugin.version> |
202 | 202 | <maven-release-plugin.version>3.1.1</maven-release-plugin.version>
|
203 | 203 | <maven-remote-resources-plugin.version>3.3.0</maven-remote-resources-plugin.version>
|
204 | 204 | <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
|
205 |
| - <maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version> |
| 205 | + <maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version> |
206 | 206 | <maven-source-plugin.version>3.3.1</maven-source-plugin.version>
|
207 | 207 | <maven-toolchains-plugin.version>3.2.0</maven-toolchains-plugin.version>
|
208 | 208 | <maven-war-plugin.version>3.4.0</maven-war-plugin.version>
|
|
346 | 346 | <dependency>
|
347 | 347 | <groupId>org.apache.wicket</groupId>
|
348 | 348 | <artifactId>wicket</artifactId>
|
349 |
| - <version>10.5.0-SNAPSHOT</version> |
| 349 | + <version>10.6.0-SNAPSHOT</version> |
350 | 350 | <type>pom</type>
|
351 | 351 | </dependency>
|
352 | 352 | <dependency>
|
353 | 353 | <groupId>org.apache.wicket</groupId>
|
354 | 354 | <artifactId>wicket-auth-roles</artifactId>
|
355 |
| - <version>10.5.0-SNAPSHOT</version> |
| 355 | + <version>10.6.0-SNAPSHOT</version> |
356 | 356 | <type>jar</type>
|
357 | 357 | </dependency>
|
358 | 358 | <dependency>
|
359 | 359 | <groupId>org.apache.wicket</groupId>
|
360 | 360 | <artifactId>wicket-bean-validation</artifactId>
|
361 |
| - <version>10.5.0-SNAPSHOT</version> |
| 361 | + <version>10.6.0-SNAPSHOT</version> |
362 | 362 | <type>jar</type>
|
363 | 363 | </dependency>
|
364 | 364 | <dependency>
|
365 | 365 | <groupId>org.apache.wicket</groupId>
|
366 | 366 | <artifactId>wicket-cdi</artifactId>
|
367 |
| - <version>10.5.0-SNAPSHOT</version> |
| 367 | + <version>10.6.0-SNAPSHOT</version> |
368 | 368 | <type>jar</type>
|
369 | 369 | </dependency>
|
370 | 370 | <dependency>
|
|
376 | 376 | <dependency>
|
377 | 377 | <groupId>org.apache.wicket</groupId>
|
378 | 378 | <artifactId>wicket-core</artifactId>
|
379 |
| - <version>10.5.0-SNAPSHOT</version> |
| 379 | + <version>10.6.0-SNAPSHOT</version> |
380 | 380 | <type>jar</type>
|
381 | 381 | </dependency>
|
382 | 382 | <dependency>
|
383 | 383 | <groupId>org.apache.wicket</groupId>
|
384 | 384 | <artifactId>wicket-core-tests</artifactId>
|
385 |
| - <version>10.5.0-SNAPSHOT</version> |
| 385 | + <version>10.6.0-SNAPSHOT</version> |
386 | 386 | <type>jar</type>
|
387 | 387 | </dependency>
|
388 | 388 | <dependency>
|
389 | 389 | <groupId>org.apache.wicket</groupId>
|
390 | 390 | <artifactId>wicket-devutils</artifactId>
|
391 |
| - <version>10.5.0-SNAPSHOT</version> |
| 391 | + <version>10.6.0-SNAPSHOT</version> |
392 | 392 | <type>jar</type>
|
393 | 393 | </dependency>
|
394 | 394 | <dependency>
|
|
399 | 399 | <dependency>
|
400 | 400 | <groupId>org.apache.wicket</groupId>
|
401 | 401 | <artifactId>wicket-extensions</artifactId>
|
402 |
| - <version>10.5.0-SNAPSHOT</version> |
| 402 | + <version>10.6.0-SNAPSHOT</version> |
403 | 403 | <type>jar</type>
|
404 | 404 | </dependency>
|
405 | 405 | <dependency>
|
406 | 406 | <groupId>org.apache.wicket</groupId>
|
407 | 407 | <artifactId>wicket-extensions-tester</artifactId>
|
408 |
| - <version>10.5.0-SNAPSHOT</version> |
| 408 | + <version>10.6.0-SNAPSHOT</version> |
409 | 409 | <type>jar</type>
|
410 | 410 | </dependency>
|
411 | 411 | <dependency>
|
412 | 412 | <groupId>org.apache.wicket</groupId>
|
413 | 413 | <artifactId>wicket-guice</artifactId>
|
414 |
| - <version>10.5.0-SNAPSHOT</version> |
| 414 | + <version>10.6.0-SNAPSHOT</version> |
415 | 415 | <type>jar</type>
|
416 | 416 | </dependency>
|
417 | 417 | <dependency>
|
418 | 418 | <groupId>org.apache.wicket</groupId>
|
419 | 419 | <artifactId>wicket-ioc</artifactId>
|
420 |
| - <version>10.5.0-SNAPSHOT</version> |
| 420 | + <version>10.6.0-SNAPSHOT</version> |
421 | 421 | <type>jar</type>
|
422 | 422 | </dependency>
|
423 | 423 | <dependency>
|
424 | 424 | <groupId>org.apache.wicket</groupId>
|
425 | 425 | <artifactId>wicket-jmx</artifactId>
|
426 |
| - <version>10.5.0-SNAPSHOT</version> |
| 426 | + <version>10.6.0-SNAPSHOT</version> |
427 | 427 | <type>jar</type>
|
428 | 428 | </dependency>
|
429 | 429 | <dependency>
|
430 | 430 | <groupId>org.apache.wicket</groupId>
|
431 | 431 | <artifactId>wicket-native-websocket-core</artifactId>
|
432 |
| - <version>10.5.0-SNAPSHOT</version> |
| 432 | + <version>10.6.0-SNAPSHOT</version> |
433 | 433 | <type>jar</type>
|
434 | 434 | </dependency>
|
435 | 435 | <dependency>
|
436 | 436 | <groupId>org.apache.wicket</groupId>
|
437 | 437 | <artifactId>wicket-native-websocket-javax</artifactId>
|
438 |
| - <version>10.5.0-SNAPSHOT</version> |
| 438 | + <version>10.6.0-SNAPSHOT</version> |
439 | 439 | <type>jar</type>
|
440 | 440 | </dependency>
|
441 | 441 | <dependency>
|
442 | 442 | <groupId>org.apache.wicket</groupId>
|
443 | 443 | <artifactId>wicket-native-websocket-tester</artifactId>
|
444 |
| - <version>10.5.0-SNAPSHOT</version> |
| 444 | + <version>10.6.0-SNAPSHOT</version> |
445 | 445 | <type>jar</type>
|
446 | 446 | </dependency>
|
447 | 447 | <dependency>
|
448 | 448 | <groupId>org.apache.wicket</groupId>
|
449 | 449 | <artifactId>wicket-request</artifactId>
|
450 |
| - <version>10.5.0-SNAPSHOT</version> |
| 450 | + <version>10.6.0-SNAPSHOT</version> |
451 | 451 | <type>jar</type>
|
452 | 452 | </dependency>
|
453 | 453 | <dependency>
|
454 | 454 | <groupId>org.apache.wicket</groupId>
|
455 | 455 | <artifactId>wicket-spring</artifactId>
|
456 |
| - <version>10.5.0-SNAPSHOT</version> |
| 456 | + <version>10.6.0-SNAPSHOT</version> |
457 | 457 | <type>jar</type>
|
458 | 458 | </dependency>
|
459 | 459 | <dependency>
|
460 | 460 | <groupId>org.apache.wicket</groupId>
|
461 | 461 | <artifactId>wicket-util</artifactId>
|
462 |
| - <version>10.5.0-SNAPSHOT</version> |
| 462 | + <version>10.6.0-SNAPSHOT</version> |
463 | 463 | <type>jar</type>
|
464 | 464 | </dependency>
|
465 | 465 | <dependency>
|
466 | 466 | <groupId>org.apache.wicket</groupId>
|
467 | 467 | <artifactId>wicket-velocity</artifactId>
|
468 |
| - <version>10.5.0-SNAPSHOT</version> |
| 468 | + <version>10.6.0-SNAPSHOT</version> |
469 | 469 | <type>jar</type>
|
470 | 470 | </dependency>
|
471 | 471 | <dependency>
|
472 | 472 | <groupId>org.apache.wicket.experimental.wicket10</groupId>
|
473 | 473 | <artifactId>wicket-metrics</artifactId>
|
474 |
| - <version>10.5.0-SNAPSHOT</version> |
| 474 | + <version>10.6.0-SNAPSHOT</version> |
475 | 475 | <type>jar</type>
|
476 | 476 | </dependency>
|
477 | 477 |
|
|
582 | 582 | <dependency>
|
583 | 583 | <groupId>org.apache.wicket</groupId>
|
584 | 584 | <artifactId>wicket-tester</artifactId>
|
585 |
| - <version>10.5.0-SNAPSHOT</version> |
| 585 | + <version>10.6.0-SNAPSHOT</version> |
586 | 586 | <scope>test</scope>
|
587 | 587 | </dependency>
|
588 | 588 | <dependency>
|
|
0 commit comments