11# HtmlUnit
22
3- Version 2.69 .0 / January 05 , 2023
3+ Version 2.70 .0 / January 22 , 2023
44
55:heart : [ Sponsor] ( https://github.com/sponsors/rbri )
66
@@ -37,7 +37,7 @@ Add to your `pom.xml`:
3737<dependency >
3838 <groupId >net.sourceforge.htmlunit</groupId >
3939 <artifactId >htmlunit</artifactId >
40- <version >2.69 .0</version >
40+ <version >2.70 .0</version >
4141</dependency >
4242```
4343
@@ -46,7 +46,7 @@ Add to your `pom.xml`:
4646Add to your ` build.gradle ` :
4747
4848``` groovy
49- implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit', version: '2.69 .0'
49+ implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit', version: '2.70 .0'
5050```
5151
5252## Overview
@@ -115,7 +115,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
115115 <dependency >
116116 <groupId >net.sourceforge.htmlunit</groupId >
117117 <artifactId >htmlunit</artifactId >
118- <version >2.70 .0-SNAPSHOT</version >
118+ <version >2.71 .0-SNAPSHOT</version >
119119 </dependency >
120120 <!-- ... -->
121121 </dependencies >
@@ -134,7 +134,7 @@ repositories {
134134}
135135// ...
136136dependencies {
137- implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit', version: '2.70 .0-SNAPSHOT'
137+ implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit', version: '2.71 .0-SNAPSHOT'
138138 // ...
139139}
140140```
@@ -147,7 +147,7 @@ dependencies {
147147This project is licensed under the Apache 2.0 License
148148
149149
150- [ 1 ] : https://sourceforge.net/projects/htmlunit/files/htmlunit/2.69 .0/ " HtmlUnit on sourceforge "
150+ [ 1 ] : https://sourceforge.net/projects/htmlunit/files/htmlunit/2.70 .0/ " HtmlUnit on sourceforge "
151151[ 2 ] : https://jenkins.wetator.org/view/HtmlUnit/ " HtmlUnit CI "
152152[ 3 ] : https://twitter.com/HtmlUnit " https://twitter.com/HtmlUnit "
153153[ 4 ] : https://htmlunit.sourceforge.io/ " https://htmlunit.sourceforge.io/ "
0 commit comments