Skip to content

Commit 23db0f1

Browse files
committed
5.3.0
1 parent 0336aed commit 23db0f1

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

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 5.2.0 / June 20, 2026
3+
Version 5.3.0 / July 15, 2026
44

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

@@ -68,7 +68,7 @@ Add to your `pom.xml`:
6868
<dependency>
6969
<groupId>org.htmlunit</groupId>
7070
<artifactId>htmlunit</artifactId>
71-
<version>5.2.0</version>
71+
<version>5.3.0</version>
7272
</dependency>
7373
```
7474

@@ -77,7 +77,7 @@ Add to your `pom.xml`:
7777
Add to your `build.gradle`:
7878

7979
```groovy
80-
implementation group: 'org.htmlunit', name: 'htmlunit', version: '5.2.0'
80+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '5.3.0'
8181
```
8282

8383
## Getting Started
@@ -261,7 +261,7 @@ repositories {
261261
}
262262
// ...
263263
dependencies {
264-
implementation group: 'org.htmlunit', name: 'htmlunit', version: '5.3.0-SNAPSHOT'
264+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '5.4.0-SNAPSHOT'
265265
// ...
266266
}
267267
```

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>5.3.0-SNAPSHOT</version>
9+
<version>5.3.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>HtmlUnit</name>
@@ -54,7 +54,7 @@
5454
<!--brotli.version>0.1.2</brotli.version-->
5555

5656
<!-- selenium -->
57-
<htmlunitdriver.version>4.46.0-SNAPSHOT</htmlunitdriver.version>
57+
<htmlunitdriver.version>4.46.0</htmlunitdriver.version>
5858
<selenium.version>4.46.0</selenium.version>
5959
<selenium.devtools.artifactId>selenium-devtools-v150</selenium.devtools.artifactId>
6060

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="5.3.0" date="July xx, 2026" description="Chrome/Edge 150, Bugfixes">
10+
<release version="5.3.0" date="July 15, 2026" description="Chrome/Edge 150, Bugfixes">
1111
<action type="update" dev="Lai Quang Duong">
1212
Make XMLHttpRequest check blob url's origin properly instead of
1313
throwing No permitted "Access-Control-Allow-Origin" header everytime

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>June 20, 2026</date></dt>
95+
<dt>Latest release <date>July 15, 2026</date></dt>
9696
<dd>
97-
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/5.2.0">version 5.2.0</a></p>
97+
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/5.3.0">version 5.3.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>5.2.0</version>
223+
<version>5.3.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: '5.2.0']]></source>
230+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '5.3.0']]></source>
231231
</p>
232232

233233
<p>

0 commit comments

Comments
 (0)