Skip to content

Commit 0ca4b09

Browse files
committed
4.12.0
1 parent fa52e09 commit 0ca4b09

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
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.11.1 / March 26, 2025
3+
Version 4.12.0 / May 17, 2025
44

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

@@ -51,7 +51,7 @@ Add to your `pom.xml`:
5151
<dependency>
5252
<groupId>org.htmlunit</groupId>
5353
<artifactId>htmlunit</artifactId>
54-
<version>4.11.1</version>
54+
<version>4.12.0</version>
5555
</dependency>
5656
```
5757

@@ -60,7 +60,7 @@ Add to your `pom.xml`:
6060
Add to your `build.gradle`:
6161

6262
```groovy
63-
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.11.1'
63+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.12.0'
6464
```
6565

6666
## Vulnerabilities
@@ -172,7 +172,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
172172
<dependency>
173173
<groupId>org.htmlunit</groupId>
174174
<artifactId>htmlunit</artifactId>
175-
<version>4.12.0-SNAPSHOT</version>
175+
<version>4.13.0-SNAPSHOT</version>
176176
</dependency>
177177
<!-- ... -->
178178
</dependencies>

pom.xml

Lines changed: 6 additions & 6 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.12.0-SNAPSHOT</version>
9+
<version>4.12.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>HtmlUnit</name>
@@ -29,8 +29,8 @@
2929

3030
<htmlunitcsp.version>4.12.0</htmlunitcsp.version>
3131
<htmlunitcssparser.version>4.12.0</htmlunitcssparser.version>
32-
<htmlunitcorejs.version>4.12.0-SNAPSHOT</htmlunitcorejs.version>
33-
<htmlunitneko.version>4.12.0-SNAPSHOT</htmlunitneko.version>
32+
<htmlunitcorejs.version>4.12.0</htmlunitcorejs.version>
33+
<htmlunitneko.version>4.12.0</htmlunitneko.version>
3434
<htmlunitwebsocketclient.version>4.12.0</htmlunitwebsocketclient.version>
3535
<htmlunitxpath.version>4.12.0</htmlunitxpath.version>
3636

@@ -41,9 +41,9 @@
4141
<brotli.version>0.1.2</brotli.version>
4242

4343
<!-- selenium -->
44-
<htmlunitdriver.version>4.31.0-SNAPSHOT</htmlunitdriver.version>
45-
<selenium.version>4.31.0</selenium.version>
46-
<selenium.devtools.artifactId>selenium-devtools-v135</selenium.devtools.artifactId>
44+
<htmlunitdriver.version>4.32.0</htmlunitdriver.version>
45+
<selenium.version>4.32.0</selenium.version>
46+
<selenium.devtools.artifactId>selenium-devtools-v136</selenium.devtools.artifactId>
4747

4848
<!-- test dependencies -->
4949
<junit.version>4.13.2</junit.version>

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.12.0" date="April xx, 2025" description="Chrome/Edge 135, Firefox 137, Rhino RegExp, Bugfixes">
10+
<release version="4.12.0" date="May 17, 2025" description="Chrome/Edge 135, Firefox 137, Rhino RegExp, Bugfixes">
1111
<action type="add" dev="rbri">
1212
WebClient option NekoReaderBufferSize added. You can use this to increase the buffer size used by
1313
the Neko Html parser to optimize parsing performance.

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>March 26, 2025</date></dt>
95+
<dt>Latest release <date>May 17, 2025</date></dt>
9696
<dd>
97-
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.11.1">version 4.11.1</a></p>
97+
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.12.0">version 4.12.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.11.1</version>
223+
<version>4.12.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.11.1']]></source>
230+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.12.0']]></source>
231231
</p>
232232

233233
<p>

0 commit comments

Comments
 (0)