11# ![ HtmlUnit Logo] ( https://github.com/HtmlUnit/htmlunit/blob/master/src/site/resources/images/htmlunit.png )
22
3- Version 4.6 .0 / November 06 , 2024
3+ Version 4.7 .0 / November 29 , 2024
44
55:heart : [ Sponsor] ( https://github.com/sponsors/rbri )
66
@@ -53,7 +53,7 @@ Add to your `pom.xml`:
5353<dependency >
5454 <groupId >org.htmlunit</groupId >
5555 <artifactId >htmlunit</artifactId >
56- <version >4.6 .0</version >
56+ <version >4.7 .0</version >
5757</dependency >
5858```
5959
@@ -62,7 +62,7 @@ Add to your `pom.xml`:
6262Add to your ` build.gradle ` :
6363
6464``` groovy
65- implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.6 .0'
65+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.7 .0'
6666```
6767
6868## Vulnerabilities
@@ -136,7 +136,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
136136 <dependency >
137137 <groupId >org.htmlunit</groupId >
138138 <artifactId >htmlunit</artifactId >
139- <version >4.7 .0-SNAPSHOT</version >
139+ <version >4.8 .0-SNAPSHOT</version >
140140 </dependency >
141141 <!-- ... -->
142142 </dependencies >
@@ -155,7 +155,7 @@ repositories {
155155}
156156// ...
157157dependencies {
158- implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.6 .0-SNAPSHOT'
158+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.8 .0-SNAPSHOT'
159159 // ...
160160}
161161```
0 commit comments