1
1
# HtmlUnit
2
2
3
- Version 2.69 .0 / January 05 , 2023
3
+ Version 2.70 .0 / January 22 , 2023
4
4
5
5
:heart : [ Sponsor] ( https://github.com/sponsors/rbri )
6
6
@@ -37,7 +37,7 @@ Add to your `pom.xml`:
37
37
<dependency >
38
38
<groupId >net.sourceforge.htmlunit</groupId >
39
39
<artifactId >htmlunit</artifactId >
40
- <version >2.69 .0</version >
40
+ <version >2.70 .0</version >
41
41
</dependency >
42
42
```
43
43
@@ -46,7 +46,7 @@ Add to your `pom.xml`:
46
46
Add to your ` build.gradle ` :
47
47
48
48
``` 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'
50
50
```
51
51
52
52
## Overview
@@ -115,7 +115,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
115
115
<dependency >
116
116
<groupId >net.sourceforge.htmlunit</groupId >
117
117
<artifactId >htmlunit</artifactId >
118
- <version >2.70 .0-SNAPSHOT</version >
118
+ <version >2.71 .0-SNAPSHOT</version >
119
119
</dependency >
120
120
<!-- ... -->
121
121
</dependencies >
@@ -134,7 +134,7 @@ repositories {
134
134
}
135
135
// ...
136
136
dependencies {
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'
138
138
// ...
139
139
}
140
140
```
@@ -147,7 +147,7 @@ dependencies {
147
147
This project is licensed under the Apache 2.0 License
148
148
149
149
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 "
151
151
[ 2 ] : https://jenkins.wetator.org/view/HtmlUnit/ " HtmlUnit CI "
152
152
[ 3 ] : https://twitter.com/HtmlUnit " https://twitter.com/HtmlUnit "
153
153
[ 4 ] : https://htmlunit.sourceforge.io/ " https://htmlunit.sourceforge.io/ "
0 commit comments