Skip to content

Commit d00f5f2

Browse files
committed
prepare 2.67.0
1 parent 04d7232 commit d00f5f2

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
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.66.0 / October 22, 2022
3+
Version 2.67.0 / November 22, 2022
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.66.0</version>
40+
<version>2.67.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.66.0'
49+
implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit', version: '2.67.0'
5050
```
5151

5252
## Overview
@@ -114,7 +114,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
114114
<dependency>
115115
<groupId>net.sourceforge.htmlunit</groupId>
116116
<artifactId>htmlunit</artifactId>
117-
<version>2.67.0-SNAPSHOT</version>
117+
<version>2.68.0-SNAPSHOT</version>
118118
</dependency>
119119
<!-- ... -->
120120
</dependencies>
@@ -133,7 +133,7 @@ repositories {
133133
}
134134
// ...
135135
dependencies {
136-
implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit', version: '2.67.0-SNAPSHOT'
136+
implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit', version: '2.68.0-SNAPSHOT'
137137
// ...
138138
}
139139
```
@@ -146,7 +146,7 @@ dependencies {
146146
This project is licensed under the Apache 2.0 License
147147

148148

149-
[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.66.0/ "HtmlUnit on sourceforge"
149+
[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.67.0/ "HtmlUnit on sourceforge"
150150
[2]: https://jenkins.wetator.org/view/HtmlUnit/ "HtmlUnit CI"
151151
[3]: https://twitter.com/HtmlUnit "https://twitter.com/HtmlUnit"
152152
[4]: https://htmlunit.sourceforge.io/ "https://htmlunit.sourceforge.io/"

pom.xml

Lines changed: 2 additions & 2 deletions
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.67.0-SNAPSHOT</version>
8+
<version>2.67.0</version>
99
<name>HtmlUnit</name>
1010
<organization>
1111
<name>Gargoyle Software Inc.</name>
@@ -30,7 +30,7 @@
3030
<htmlunitcorejs.version>2.67.0</htmlunitcorejs.version>
3131
<htmlunitxpath.version>2.67.0</htmlunitxpath.version>
3232

33-
<htmlunitdriver.version>4.6.0</htmlunitdriver.version>
33+
<htmlunitdriver.version>4.6.1</htmlunitdriver.version>
3434
<selenium.version>4.6.0</selenium.version>
3535

3636
<httpcomponents.version>4.5.13</httpcomponents.version>

src/changes/changes.xml

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

99
<body>
10-
<release version="2.67.0" date="xxxx, 2022" description="Chrome/Edge 107, Firefox 107, Bugfixes">
10+
<release version="2.67.0" date="November 20, 2022" description="Chrome/Edge 107, Firefox 107, Bugfixes">
1111
<action type="update" dev="rbri">
1212
Support sameSite attribute when constructing a cookie.
1313
</action>

src/site/xdoc/index.xml

Lines changed: 3 additions & 3 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>October 22, 2022</date></dt>
59+
<dt>Latest release <date>November 20, 2022</date></dt>
6060
<dd>
61-
<p><a href="https://sourceforge.net/projects/htmlunit/files/htmlunit/2.66.0/">version 2.66.0</a></p>
61+
<p><a href="https://sourceforge.net/projects/htmlunit/files/htmlunit/2.67.0/">version 2.67.0</a></p>
6262
</dd>
6363

6464
<dt>Source code</dt>
@@ -179,7 +179,7 @@
179179
<dependency>
180180
<groupId>net.sourceforge.htmlunit</groupId>
181181
<artifactId>htmlunit</artifactId>
182-
<version>2.66.0</version>
182+
<version>2.67.0</version>
183183
</dependency>]]></source>
184184
</p>
185185

0 commit comments

Comments
 (0)