|
30 | 30 |
|
31 | 31 | <maven.version.ignore>(?i).*-(alpha|beta|m|rc)([\.-]?\d+)?</maven.version.ignore> |
32 | 32 |
|
| 33 | + <enforcer.require.maven.version>3.9.0</enforcer.require.maven.version> |
| 34 | + <enforcer.require.java.version>17</enforcer.require.java.version> |
| 35 | + |
33 | 36 | <surefire.argLine.modules> |
34 | 37 | --add-reads org.htmlunit=org.slf4j |
35 | 38 | --add-reads org.htmlunit=ch.qos.logback.core |
|
40 | 43 | --add-opens org.htmlunit/org.htmlunit.util.quercus.servlet=ALL-UNNAMED |
41 | 44 | </surefire.argLine.modules> |
42 | 45 |
|
43 | | - <htmlunit-csp.version>5.4.0</htmlunit-csp.version> |
44 | | - <htmlunit-cssparser.version>5.5.0-SNAPSHOT</htmlunit-cssparser.version> |
| 46 | + <htmlunit-csp.version>5.5.0</htmlunit-csp.version> |
| 47 | + <htmlunit-cssparser.version>5.5.0</htmlunit-cssparser.version> |
45 | 48 | <htmlunit-corejs.version>5.5.0-SNAPSHOT</htmlunit-corejs.version> |
46 | | - <htmlunit-neko.version>5.4.0</htmlunit-neko.version> |
47 | | - <htmlunit-websocketclient.version>5.4.0</htmlunit-websocketclient.version> |
48 | | - <htmlunit-xpath.version>5.4.0</htmlunit-xpath.version> |
| 49 | + <htmlunit-neko.version>5.5.0</htmlunit-neko.version> |
| 50 | + <htmlunit-websocketclient.version>5.5.0</htmlunit-websocketclient.version> |
| 51 | + <htmlunit-xpath.version>5.5.0</htmlunit-xpath.version> |
49 | 52 |
|
50 | 53 | <httpcomponents.version>4.5.14</httpcomponents.version> |
51 | 54 | <commons-lang3.version>3.20.0</commons-lang3.version> |
|
337 | 340 | <configuration> |
338 | 341 | <rules> |
339 | 342 | <requireMavenVersion> |
340 | | - <version>3.6.3</version> |
| 343 | + <version>${enforcer.require.maven.version}</version> |
341 | 344 | </requireMavenVersion> |
342 | 345 | <requireJavaVersion> |
343 | | - <version>17</version> |
| 346 | + <version>${enforcer.require.java.version}</version> |
344 | 347 | </requireJavaVersion> |
345 | 348 | <dependencyConvergence /> |
346 | 349 | </rules> |
|
0 commit comments