Skip to content

Commit 085a2bc

Browse files
committed
4.18.0
1 parent 218a51a commit 085a2bc

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
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.17.0 / October 05, 2025
3+
Version 4.18.0 / October 30, 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.17.0</version>
65+
<version>4.18.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.17.0'
74+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.18.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.18.0-SNAPSHOT</version>
224+
<version>4.19.0-SNAPSHOT</version>
225225
</dependency>
226226
<!-- ... -->
227227
</dependencies>

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.18.0-SNAPSHOT</version>
9+
<version>4.18.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.38.0-SNAPSHOT</htmlunitdriver.version>
44+
<htmlunitdriver.version>4.38.0</htmlunitdriver.version>
4545
<selenium.version>4.38.0</selenium.version>
4646
<selenium.devtools.artifactId>selenium-devtools-v141</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.18.0" date="November 30, 2025" description="Chrome/Edge 141, Firefox 144, FirefoxESR 140, Bugfixes">
10+
<release version="4.18.0" date="October 30, 2025" description="Chrome/Edge 141, Firefox 144, FirefoxESR 140, javascript, Bugfixes">
1111
<action type="update" dev="RhinoTeam">
1212
core-js: replace the NumberToString implementation with the Schubfach algorithm
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>October 05, 2025</date></dt>
95+
<dt>Latest release <date>October 30, 2025</date></dt>
9696
<dd>
97-
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.17.0">version 4.17.0</a></p>
97+
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.18.0">version 4.18.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.17.0</version>
223+
<version>4.18.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.17.0']]></source>
230+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.18.0']]></source>
231231
</p>
232232

233233
<p>

0 commit comments

Comments
 (0)