Skip to content

Commit 861eb43

Browse files
committed
prepare 2.57.0
1 parent cf6a947 commit 861eb43

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HtmlUnit
22

3-
Version 2.56.0 / December 12, 2021
3+
Version 2.57.0 / January 23, 2022
44

55
:heart: [Sponsor](https://github.com/sponsors/rbri)
66

@@ -25,7 +25,7 @@ For maven, you would add:
2525
<dependency>
2626
<groupId>net.sourceforge.htmlunit</groupId>
2727
<artifactId>htmlunit</artifactId>
28-
<version>2.56.0</version>
28+
<version>2.57.0</version>
2929
</dependency>
3030

3131
Overview
@@ -76,7 +76,7 @@ If you use maven please add:
7676
<dependency>
7777
<groupId>net.sourceforge.htmlunit</groupId>
7878
<artifactId>htmlunit</artifactId>
79-
<version>2.57.0-SNAPSHOT</version>
79+
<version>2.58.0-SNAPSHOT</version>
8080
</dependency>
8181

8282
You have to add the sonatype snapshot repository to your pom distributionManagement section also:
@@ -96,7 +96,7 @@ License
9696
This project is licensed under the Apache 2.0 License
9797

9898

99-
[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.56.0/ "HtmlUnit on sourceforge"
99+
[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.57.0/ "HtmlUnit on sourceforge"
100100
[2]: https://jenkins.wetator.org/view/HtmlUnit/ "HtmlUnit CI"
101101
[3]: https://twitter.com/HtmlUnit "https://twitter.com/HtmlUnit"
102102
[4]: https://htmlunit.sourceforge.io/ "https://htmlunit.sourceforge.io/"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<maven.compiler.source>8</maven.compiler.source>
2525
<maven.compiler.target>8</maven.compiler.target>
2626

27-
<htmlunitdriver.version>2.56.0</htmlunitdriver.version>
27+
<htmlunitdriver.version>2.57.0</htmlunitdriver.version>
2828
<htmlunitcssparser.version>1.11.0</htmlunitcssparser.version>
2929
<htmlunitneko.version>2.57.0</htmlunitneko.version>
3030
<htmlunitcorejs.version>2.57.0</htmlunitcorejs.version>

src/changes/changes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</properties>
88

99
<body>
10-
<release version="2.57.0" date="Januar xx, 2022" description="Bugfixes, Chrome/Edge 97, Firefox 96">
10+
<release version="2.57.0" date="Januar 23, 2022" description="Bugfixes, Chrome/Edge 97, Firefox 96, ValidityState, htmx support">
1111
<action type="add" dev="rbri">
1212
Quota simulation added to localStorage.
1313
</action>
@@ -23,7 +23,7 @@
2323
<action type="fix" dev="rbri" issue="435">
2424
Fix duplicate classes inside our javadoc.
2525
</action>
26-
<action type="fix" dev="Ashley Frieze">
26+
<action type="fix" dev="Ashley Frieze" issue="432">
2727
The caching algorithm now observe the max-age headers.
2828
</action>
2929
<action type="add" dev="rbri">

src/site/xdoc/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dl>
5858
<dt>Latest release <date>December 12, 2021</date></dt>
5959
<dd>
60-
<p><a href="https://sourceforge.net/projects/htmlunit/files/htmlunit/2.56.0/">version 2.56.0</a></p>
60+
<p><a href="https://sourceforge.net/projects/htmlunit/files/htmlunit/2.57.0/">version 2.57.0</a></p>
6161
</dd>
6262

6363
<dt>Source code</dt>

0 commit comments

Comments
 (0)