Skip to content

Commit 6606273

Browse files
committed
4.21.0
1 parent a533964 commit 6606273

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ![HtmlUnit Logo](https://github.com/HtmlUnit/htmlunit/blob/master/src/site/resources/images/htmlunit.png)
22

3-
Version 4.20.0 / December 07, 2025
3+
Version 4.21.0 / December 28, 2025
44

55
:heart: [Sponsor](https://github.com/sponsors/rbri)
66

@@ -62,7 +62,7 @@ Add to your `pom.xml`:
6262
<dependency>
6363
<groupId>org.htmlunit</groupId>
6464
<artifactId>htmlunit</artifactId>
65-
<version>4.20.0</version>
65+
<version>4.21.0</version>
6666
</dependency>
6767
```
6868

@@ -71,7 +71,7 @@ Add to your `pom.xml`:
7171
Add to your `build.gradle`:
7272

7373
```groovy
74-
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.20.0'
74+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.21.0'
7575
```
7676

7777
## Getting Started
@@ -221,7 +221,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
221221
<dependency>
222222
<groupId>org.htmlunit</groupId>
223223
<artifactId>htmlunit</artifactId>
224-
<version>4.21.0-SNAPSHOT</version>
224+
<version>4.22.0-SNAPSHOT</version>
225225
</dependency>
226226
<!-- ... -->
227227
</dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.htmlunit</groupId>
88
<artifactId>htmlunit</artifactId>
9-
<version>4.21.0-SNAPSHOT</version>
9+
<version>4.21.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>HtmlUnit</name>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</properties>
88

99
<body>
10-
<release version="4.21.0" date="December xx, 2025" description="Firefox 145, core-js, Bugfixes">
10+
<release version="4.21.0" date="December 28, 2025" description="Firefox 145, core-js, Bugfixes">
1111
<action type="update" dev="rbri">
1212
DOMPointReadOnly, DOMRectReadOnly, DOMMatrixReadOnly, and PerformanceNavigation toJSON() implementation improved.
1313
</action>

src/site/xdoc/index.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@
9292
<section name="Where to find...">
9393
<p>
9494
<dl>
95-
<dt>Latest release <date>December 07, 2025</date></dt>
95+
<dt>Latest release <date>December 28, 2025</date></dt>
9696
<dd>
97-
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.20.0">version 4.20.0</a></p>
97+
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.21.0">version 4.21.0</a></p>
9898
</dd>
9999

100100
<dt>Source code</dt>
@@ -220,14 +220,14 @@
220220
<dependency>
221221
<groupId>org.htmlunit</groupId>
222222
<artifactId>htmlunit</artifactId>
223-
<version>4.20.0</version>
223+
<version>4.21.0</version>
224224
</dependency>]]></source>
225225
</p>
226226

227227
<p>
228228
For gradle, you would add:
229229
<source><![CDATA[
230-
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.20.0']]></source>
230+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.21.0']]></source>
231231
</p>
232232

233233
<p>

0 commit comments

Comments
 (0)