11# ![ HtmlUnit Logo] ( https://github.com/HtmlUnit/htmlunit/blob/master/src/site/resources/images/htmlunit.png )
22
3- Version 5.0 .0 / May 24 , 2026
3+ Version 5.1 .0 / May 31 , 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.0 .0</version >
71+ <version >5.1 .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.0 .0'
80+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '5.1 .0'
8181```
8282
8383## Getting Started
@@ -242,7 +242,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
242242 <dependency >
243243 <groupId >org.htmlunit</groupId >
244244 <artifactId >htmlunit</artifactId >
245- <version >4.22 .0-SNAPSHOT</version >
245+ <version >5.2 .0-SNAPSHOT</version >
246246 </dependency >
247247 <!-- ... -->
248248 </dependencies >
@@ -261,7 +261,7 @@ repositories {
261261}
262262// ...
263263dependencies {
264- implementation group: 'org.htmlunit', name: 'htmlunit', version: '5.1 .0-SNAPSHOT'
264+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '5.2 .0-SNAPSHOT'
265265 // ...
266266}
267267```
0 commit comments