11# HtmlUnit
22
3- Version 3.7 .0 / October 30 , 2023
3+ Version 3.8 .0 / November 18 , 2023
44
55:heart : [ Sponsor] ( https://github.com/sponsors/rbri )
66
@@ -38,7 +38,7 @@ Add to your `pom.xml`:
3838<dependency >
3939 <groupId >org.htmlunit</groupId >
4040 <artifactId >htmlunit</artifactId >
41- <version >3.7 .0</version >
41+ <version >3.8 .0</version >
4242</dependency >
4343```
4444
@@ -47,7 +47,7 @@ Add to your `pom.xml`:
4747Add to your ` build.gradle ` :
4848
4949``` groovy
50- implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.7 .0'
50+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.8 .0'
5151```
5252
5353## Vulnerabilities
@@ -122,7 +122,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
122122 <dependency >
123123 <groupId >org.htmlunit</groupId >
124124 <artifactId >htmlunit</artifactId >
125- <version >3.8 .0-SNAPSHOT</version >
125+ <version >3.9 .0-SNAPSHOT</version >
126126 </dependency >
127127 <!-- ... -->
128128 </dependencies >
@@ -141,7 +141,7 @@ repositories {
141141}
142142// ...
143143dependencies {
144- implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.8 .0-SNAPSHOT'
144+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.9 .0-SNAPSHOT'
145145 // ...
146146}
147147```
@@ -159,7 +159,7 @@ This project is licensed under the Apache 2.0 License
159159[ ![ Stargazers] ( https://starchart.cc/HtmlUnit/htmlunit.svg )] ( https://starchart.cc/HtmlUnit/htmlunit )
160160
161161
162- [ 1 ] : https://sourceforge.net/projects/htmlunit/files/htmlunit/3.7 .0/ " HtmlUnit on sourceforge "
162+ [ 1 ] : https://sourceforge.net/projects/htmlunit/files/htmlunit/3.8 .0/ " HtmlUnit on sourceforge "
163163[ 2 ] : https://jenkins.wetator.org/view/HtmlUnit/ " HtmlUnit CI "
164164[ 3 ] : https://twitter.com/HtmlUnit " https://twitter.com/HtmlUnit "
165165[ 4 ] : https://www.htmlunit.org " https://www.htmlunit.org "
0 commit comments