Skip to content

Commit 81a2580

Browse files
committed
prepare 2.70.0
1 parent 1a09ade commit 81a2580

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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`:
4646
Add 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
// ...
136136
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'
138138
// ...
139139
}
140140
```
@@ -147,7 +147,7 @@ dependencies {
147147
This 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/"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>net.sourceforge.htmlunit</groupId>
77
<artifactId>htmlunit</artifactId>
8-
<version>2.70.0-SNAPSHOT</version>
8+
<version>2.70.0</version>
99
<name>HtmlUnit</name>
1010
<organization>
1111
<name>Gargoyle Software Inc.</name>

src/changes/changes.xml

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

99
<body>
10-
<release version="2.70.0" date="xx, 2023" description="Chrome/Edge 109, Firefox 108, Bugfixes">
10+
<release version="2.70.0" date="January 22, 2023" description="Chrome/Edge 109, Firefox 109, improved CSS :not() handling, Bugfixes">
11+
<action type="fix" dev="rbri">"
12+
neko: Refactor XMLAttributes/XMLAttributesImpl to use a simple ArrayList&lt;Attribute&gt; as backend.
13+
</action>
14+
<action type="fix" dev="rbri">"
15+
neko: Fix ArrayOutOfBoundsException when parsing using JDK 17 (oss-fuzz).
16+
</action>
1117
<action type="fix" dev="rbri">"
1218
DocumentType properties entities and notations are only available in IE.
1319
</action>

src/site/xdoc/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
<section name="Where to find...">
5757
<p>
5858
<dl>
59-
<dt>Latest release <date>January 05, 2023</date></dt>
59+
<dt>Latest release <date>January 22, 2023</date></dt>
6060
<dd>
61-
<p><a href="https://sourceforge.net/projects/htmlunit/files/htmlunit/2.69.0/">version 2.69.0</a></p>
61+
<p><a href="https://sourceforge.net/projects/htmlunit/files/htmlunit/2.70.0/">version 2.70.0</a></p>
6262
</dd>
6363

6464
<dt>Source code</dt>

0 commit comments

Comments
 (0)