|
27 | 27 | <maven.compiler.source>17</maven.compiler.source> |
28 | 28 | <maven.compiler.target>17</maven.compiler.target> |
29 | 29 |
|
| 30 | + <maven.version.ignore>(?i).*-(alpha|beta|m|rc)([\.-]?\d+)?</maven.version.ignore> |
| 31 | + |
30 | 32 | <htmlunitcsp.version>5.0.0-SNAPSHOT</htmlunitcsp.version> |
31 | | - <htmlunitcssparser.version>4.21.0</htmlunitcssparser.version> |
| 33 | + <htmlunitcssparser.version>5.0.0-SNAPSHOT</htmlunitcssparser.version> |
32 | 34 | <htmlunitcorejs.version>4.21.0</htmlunitcorejs.version> |
33 | 35 | <htmlunitneko.version>5.0.0-SNAPSHOT</htmlunitneko.version> |
34 | 36 | <htmlunitwebsocketclient.version>4.21.0</htmlunitwebsocketclient.version> |
|
46 | 48 | <selenium.devtools.artifactId>selenium-devtools-v143</selenium.devtools.artifactId> |
47 | 49 |
|
48 | 50 | <!-- test dependencies --> |
49 | | - <junit.version>5.14.1</junit.version> |
50 | | - <junit-launcher.version>1.14.1</junit-launcher.version> |
| 51 | + <junit.version>6.0.2</junit.version> |
51 | 52 | <junit-pioneer.version>2.3.0</junit-pioneer.version> |
52 | 53 | <jetty.version>9.4.58.v20250814</jetty.version> |
53 | 54 | <quercus.version>4.0.66</quercus.version> |
|
60 | 61 | <jfreechart.version>1.5.6</jfreechart.version> |
61 | 62 |
|
62 | 63 | <!-- quality --> |
63 | | - <checkstyle.version>12.3.1</checkstyle.version> |
| 64 | + <checkstyle.version>13.0.0</checkstyle.version> |
64 | 65 | <spotbugs.version>4.9.8</spotbugs.version> |
65 | 66 | <pmd.version>7.20.0</pmd.version> |
66 | 67 | <archunit.version>1.4.1</archunit.version> |
|
1417 | 1418 | <dependency> |
1418 | 1419 | <groupId>org.junit.platform</groupId> |
1419 | 1420 | <artifactId>junit-platform-launcher</artifactId> |
1420 | | - <version>${junit-launcher.version}</version> |
| 1421 | + <version>${junit.version}</version> |
1421 | 1422 | <scope>test</scope> |
1422 | 1423 | </dependency> |
1423 | 1424 | <dependency> |
|
0 commit comments