1
1
# ![ HtmlUnit Logo] ( https://github.com/HtmlUnit/htmlunit/blob/master/src/site/resources/images/htmlunit.png )
2
2
3
- Version 4.6 .0 / November 06 , 2024
3
+ Version 4.7 .0 / November 29 , 2024
4
4
5
5
:heart : [ Sponsor] ( https://github.com/sponsors/rbri )
6
6
@@ -53,7 +53,7 @@ Add to your `pom.xml`:
53
53
<dependency >
54
54
<groupId >org.htmlunit</groupId >
55
55
<artifactId >htmlunit</artifactId >
56
- <version >4.6 .0</version >
56
+ <version >4.7 .0</version >
57
57
</dependency >
58
58
```
59
59
@@ -62,7 +62,7 @@ Add to your `pom.xml`:
62
62
Add to your ` build.gradle ` :
63
63
64
64
``` groovy
65
- implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.6 .0'
65
+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.7 .0'
66
66
```
67
67
68
68
## Vulnerabilities
@@ -136,7 +136,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
136
136
<dependency >
137
137
<groupId >org.htmlunit</groupId >
138
138
<artifactId >htmlunit</artifactId >
139
- <version >4.7 .0-SNAPSHOT</version >
139
+ <version >4.8 .0-SNAPSHOT</version >
140
140
</dependency >
141
141
<!-- ... -->
142
142
</dependencies >
@@ -155,7 +155,7 @@ repositories {
155
155
}
156
156
// ...
157
157
dependencies {
158
- implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.6 .0-SNAPSHOT'
158
+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.8 .0-SNAPSHOT'
159
159
// ...
160
160
}
161
161
```
0 commit comments