File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
# HtmlUnit
2
2
3
- Version 2.51 .0 / July 04 , 2021
3
+ Version 2.52 .0 / July 25 , 2021
4
4
5
5
:heart : [ Sponsor] ( https://github.com/sponsors/rbri )
6
6
@@ -25,7 +25,7 @@ For maven, you would add:
25
25
<dependency>
26
26
<groupId>net.sourceforge.htmlunit</groupId>
27
27
<artifactId>htmlunit</artifactId>
28
- <version>2.51 .0</version>
28
+ <version>2.52 .0</version>
29
29
</dependency>
30
30
31
31
Overview
@@ -76,7 +76,7 @@ If you use maven please add:
76
76
<dependency>
77
77
<groupId>net.sourceforge.htmlunit</groupId>
78
78
<artifactId>htmlunit</artifactId>
79
- <version>2.52 .0-SNAPSHOT</version>
79
+ <version>2.53 .0-SNAPSHOT</version>
80
80
</dependency>
81
81
82
82
You have to add the sonatype snapshot repository to your pom distributionManagement section also:
@@ -96,7 +96,7 @@ License
96
96
This project is licensed under the Apache 2.0 License
97
97
98
98
99
- [ 1 ] : https://sourceforge.net/projects/htmlunit/files/htmlunit/2.51 .0/ " HtmlUnit on sourceforge "
99
+ [ 1 ] : https://sourceforge.net/projects/htmlunit/files/htmlunit/2.52 .0/ " HtmlUnit on sourceforge "
100
100
[ 2 ] : https://jenkins.wetator.org/job/HtmlUnit%20-%20Headless/ " HtmlUnit CI "
101
101
[ 3 ] : https://twitter.com/HtmlUnit " https://twitter.com/HtmlUnit "
102
102
[ 4 ] : https://htmlunit.sourceforge.io/ " https://htmlunit.sourceforge.io/ "
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >net.sourceforge.htmlunit</groupId >
6
6
<artifactId >htmlunit</artifactId >
7
- <version >2.52.0-SNAPSHOT </version >
7
+ <version >2.52.0</version >
8
8
<name >HtmlUnit</name >
9
9
<organization >
10
10
<name >Gargoyle Software Inc.</name >
24
24
<maven .compiler.source>8</maven .compiler.source>
25
25
<maven .compiler.target>8</maven .compiler.target>
26
26
27
- <htmlunitdriver .version>2.51 .0</htmlunitdriver .version>
27
+ <htmlunitdriver .version>2.52 .0</htmlunitdriver .version>
28
28
<htmlunitcssparser .version>1.9.0</htmlunitcssparser .version>
29
29
<htmlunitneko .version>2.52.0</htmlunitneko .version>
30
30
<htmlunitcorejs .version>2.52.0</htmlunitcorejs .version>
Original file line number Diff line number Diff line change 7
7
</properties>
8
8
9
9
<body>
10
- <release version="2.52.0" date="August xx , 2021" description="Bugfixes, Firefox 90">
10
+ <release version="2.52.0" date="July 25 , 2021" description="Bugfixes, Firefox 90">
11
11
<action type="add" dev="rbri">
12
12
More detailed tests and some fixes for HtmlArea processing.
13
13
</action>
Original file line number Diff line number Diff line change 57
57
<dl >
58
58
<dt >Latest release <date >May 16, 2021</date ></dt >
59
59
<dd >
60
- <p ><a href =" https://sourceforge.net/projects/htmlunit/files/htmlunit/2.51 .0/" >version 2.51 .0</a ></p >
60
+ <p ><a href =" https://sourceforge.net/projects/htmlunit/files/htmlunit/2.52 .0/" >version 2.52 .0</a ></p >
61
61
</dd >
62
62
63
63
<dt >Source code</dt >
175
175
<dependency>
176
176
<groupId>net.sourceforge.htmlunit</groupId>
177
177
<artifactId>htmlunit</artifactId>
178
- <version>2.51 .0</version>
178
+ <version>2.52 .0</version>
179
179
</dependency>]]> </source >
180
180
</p >
181
181
You can’t perform that action at this time.
0 commit comments