File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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`:
7777Add 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// ...
263263dependencies {
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```
Original file line number Diff line number Diff line change 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 >
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments