1
1
# ![ HtmlUnit Logo] ( https://github.com/HtmlUnit/htmlunit/blob/master/src/site/resources/images/htmlunit.png )
2
2
3
- Version 4.15 .0 / August 17 , 2025
3
+ Version 4.16 .0 / August 29 , 2025
4
4
5
5
:heart : [ Sponsor] ( https://github.com/sponsors/rbri )
6
6
@@ -61,7 +61,7 @@ Add to your `pom.xml`:
61
61
<dependency >
62
62
<groupId >org.htmlunit</groupId >
63
63
<artifactId >htmlunit</artifactId >
64
- <version >4.15 .0</version >
64
+ <version >4.16 .0</version >
65
65
</dependency >
66
66
```
67
67
@@ -70,7 +70,7 @@ Add to your `pom.xml`:
70
70
Add to your ` build.gradle ` :
71
71
72
72
``` groovy
73
- implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.15 .0'
73
+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.16 .0'
74
74
```
75
75
76
76
## Getting Started
@@ -220,7 +220,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
220
220
<dependency >
221
221
<groupId >org.htmlunit</groupId >
222
222
<artifactId >htmlunit</artifactId >
223
- <version >4.15 .0-SNAPSHOT</version >
223
+ <version >4.17 .0-SNAPSHOT</version >
224
224
</dependency >
225
225
<!-- ... -->
226
226
</dependencies >
@@ -239,7 +239,7 @@ repositories {
239
239
}
240
240
// ...
241
241
dependencies {
242
- implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.15 .0-SNAPSHOT'
242
+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.17 .0-SNAPSHOT'
243
243
// ...
244
244
}
245
245
```
0 commit comments