|
5 | 5 |
|
6 | 6 | <groupId>org.htmlunit</groupId> |
7 | 7 | <artifactId>htmlunit-jsoup</artifactId> |
8 | | - <version>4.20.0</version> |
| 8 | + <version>4.21.0</version> |
9 | 9 |
|
10 | 10 | <name>HtmlUnit jsoup support</name> |
11 | 11 | <organization> |
|
27 | 27 | <maven.compiler.target>11</maven.compiler.target> |
28 | 28 |
|
29 | 29 | <jsoup.version>1.21.2</jsoup.version> |
30 | | - <htmlunit.version>4.20.0</htmlunit.version> |
| 30 | + <htmlunit.version>4.21.0</htmlunit.version> |
31 | 31 |
|
32 | 32 | <!-- examples dependencies --> |
33 | 33 | <flexmark.version>0.64.8</flexmark.version> |
|
36 | 36 | <junit.version>5.14.1</junit.version> |
37 | 37 | <junit-launcher.version>1.14.1</junit-launcher.version> |
38 | 38 |
|
39 | | - <checkstyle.version>12.2.0</checkstyle.version> |
| 39 | + <checkstyle.version>12.3.0</checkstyle.version> |
40 | 40 | <spotbugs.version>4.9.8</spotbugs.version> |
41 | 41 | <pmd.version>7.19.0</pmd.version> |
42 | 42 | <dependencycheck.version>12.1.9</dependencycheck.version> |
|
49 | 49 | <pmd-plugin.version>3.28.0</pmd-plugin.version> |
50 | 50 | <compiler-plugin.version>3.14.1</compiler-plugin.version> |
51 | 51 | <jar-plugin.version>3.5.0</jar-plugin.version> |
52 | | - <release-plugin.version>3.3.0</release-plugin.version> |
| 52 | + <release-plugin.version>3.3.1</release-plugin.version> |
53 | 53 | <source-plugin.version>3.4.0</source-plugin.version> |
54 | 54 | <javadoc-plugin.version>3.12.0</javadoc-plugin.version> |
55 | 55 | <surefire-plugin.version>3.5.4</surefire-plugin.version> |
|
0 commit comments