Skip to content

Commit f545651

Browse files
committed
4.20.0
1 parent 6e0196a commit f545651

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

README.md

Lines changed: 5 additions & 5 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.19.0 / November 23, 2025
3+
Version 4.20.0 / December 07, 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.19.0</version>
65+
<version>4.20.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.19.0'
74+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.20.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.20.0-SNAPSHOT</version>
224+
<version>4.21.0-SNAPSHOT</version>
225225
</dependency>
226226
<!-- ... -->
227227
</dependencies>
@@ -240,7 +240,7 @@ repositories {
240240
}
241241
// ...
242242
dependencies {
243-
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.20.0-SNAPSHOT'
243+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.21.0-SNAPSHOT'
244244
// ...
245245
}
246246
```

pom.xml

Lines changed: 2 additions & 2 deletions
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.20.0-SNAPSHOT</version>
9+
<version>4.20.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>HtmlUnit</name>
@@ -41,7 +41,7 @@
4141
<!--brotli.version>0.1.2</brotli.version-->
4242

4343
<!-- selenium -->
44-
<htmlunitdriver.version>4.39.0-SNAPSHOT</htmlunitdriver.version>
44+
<htmlunitdriver.version>4.39.0</htmlunitdriver.version>
4545
<selenium.version>4.39.0</selenium.version>
4646
<selenium.devtools.artifactId>selenium-devtools-v143</selenium.devtools.artifactId>
4747

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.20.0" date="December xx, 2025" description="Chrome/Edge 143, core-js, Bugfixes">
10+
<release version="4.20.0" date="December 07, 2025" description="Chrome/Edge 143, core-js, Bugfixes">
1111
<action type="update" dev="RhinoTeam">
1212
core-js: Disambiguate local variable names to fix debugger issues.
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>November 23, 2025</date></dt>
95+
<dt>Latest release <date>December 07, 2025</date></dt>
9696
<dd>
97-
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.19.0">version 4.19.0</a></p>
97+
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.20.0">version 4.20.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.19.0</version>
223+
<version>4.20.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.19.0']]></source>
230+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.20.0']]></source>
231231
</p>
232232

233233
<p>

0 commit comments

Comments
 (0)