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`:
7171Add 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// ...
242242dependencies {
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```
0 commit comments