Skip to content

Commit 81b0a8b

Browse files
committed
4.21.0
1 parent 49011d3 commit 81b0a8b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The FlexmarkConverterSample class demonstrates advanced HTML-to-Markdown convers
2525

2626
[HtmlUnit@mastodon](https://fosstodon.org/@HtmlUnit) | [HtmlUnit@bsky](https://bsky.app/profile/htmlunit.bsky.social) | [HtmlUnit@Twitter](https://twitter.com/HtmlUnit)
2727

28-
### Latest release Version 4.20.0 / December 23, 2025
28+
### Latest release Version 4.21.0 / December 29, 2025
2929

3030
### Maven
3131

@@ -35,7 +35,7 @@ Add to your `pom.xml`:
3535
<dependency>
3636
<groupId>org.htmlunit</groupId>
3737
<artifactId>htmlunit-jsoup</artifactId>
38-
<version>4.20.0</version>
38+
<version>4.21.0</version>
3939
</dependency>
4040
```
4141

@@ -44,7 +44,7 @@ Add to your `pom.xml`:
4444
Add to your `build.gradle`:
4545

4646
```groovy
47-
implementation group: 'org.htmlunit', name: 'htmlunit-jsoup', version: '4.20.0'
47+
implementation group: 'org.htmlunit', name: 'htmlunit-jsoup', version: '4.21.0'
4848
```
4949

5050
### Last CI build
@@ -59,7 +59,7 @@ If you use maven please add:
5959
<dependency>
6060
<groupId>org.htmlunit</groupId>
6161
<artifactId>htmlunit-jsoup</artifactId>
62-
<version>4.21.0-SNAPSHOT</version>
62+
<version>4.22.0-SNAPSHOT</version>
6363
</dependency>
6464

6565
You have to add the Central Portal Snapshots repository to your pom `repositories` section also:

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.htmlunit</groupId>
77
<artifactId>htmlunit-jsoup</artifactId>
8-
<version>4.20.0</version>
8+
<version>4.21.0</version>
99

1010
<name>HtmlUnit jsoup support</name>
1111
<organization>
@@ -27,7 +27,7 @@
2727
<maven.compiler.target>11</maven.compiler.target>
2828

2929
<jsoup.version>1.21.2</jsoup.version>
30-
<htmlunit.version>4.20.0</htmlunit.version>
30+
<htmlunit.version>4.21.0</htmlunit.version>
3131

3232
<!-- examples dependencies -->
3333
<flexmark.version>0.64.8</flexmark.version>
@@ -36,7 +36,7 @@
3636
<junit.version>5.14.1</junit.version>
3737
<junit-launcher.version>1.14.1</junit-launcher.version>
3838

39-
<checkstyle.version>12.2.0</checkstyle.version>
39+
<checkstyle.version>12.3.0</checkstyle.version>
4040
<spotbugs.version>4.9.8</spotbugs.version>
4141
<pmd.version>7.19.0</pmd.version>
4242
<dependencycheck.version>12.1.9</dependencycheck.version>
@@ -49,7 +49,7 @@
4949
<pmd-plugin.version>3.28.0</pmd-plugin.version>
5050
<compiler-plugin.version>3.14.1</compiler-plugin.version>
5151
<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>
5353
<source-plugin.version>3.4.0</source-plugin.version>
5454
<javadoc-plugin.version>3.12.0</javadoc-plugin.version>
5555
<surefire-plugin.version>3.5.4</surefire-plugin.version>

0 commit comments

Comments
 (0)