Skip to content

Commit ab8e36c

Browse files
committed
version 3.7.0
1 parent 3ae98c5 commit ab8e36c

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

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 3.6.0 / October 03, 2023
3+
Version 3.7.0 / October 30, 2023
44

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

@@ -38,7 +38,7 @@ Add to your `pom.xml`:
3838
<dependency>
3939
<groupId>org.htmlunit</groupId>
4040
<artifactId>htmlunit</artifactId>
41-
<version>3.6.0</version>
41+
<version>3.7.0</version>
4242
</dependency>
4343
```
4444

@@ -47,7 +47,7 @@ Add to your `pom.xml`:
4747
Add to your `build.gradle`:
4848

4949
```groovy
50-
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.6.0'
50+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.7.0'
5151
```
5252

5353
## Vulnerabilities
@@ -122,7 +122,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
122122
<dependency>
123123
<groupId>org.htmlunit</groupId>
124124
<artifactId>htmlunit</artifactId>
125-
<version>3.7.0-SNAPSHOT</version>
125+
<version>3.8.0-SNAPSHOT</version>
126126
</dependency>
127127
<!-- ... -->
128128
</dependencies>
@@ -141,7 +141,7 @@ repositories {
141141
}
142142
// ...
143143
dependencies {
144-
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.7.0-SNAPSHOT'
144+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.8.0-SNAPSHOT'
145145
// ...
146146
}
147147
```
@@ -159,7 +159,7 @@ This project is licensed under the Apache 2.0 License
159159
[![Stargazers](https://starchart.cc/HtmlUnit/htmlunit.svg)](https://starchart.cc/HtmlUnit/htmlunit)
160160

161161

162-
[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/3.6.0/ "HtmlUnit on sourceforge"
162+
[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/3.7.0/ "HtmlUnit on sourceforge"
163163
[2]: https://jenkins.wetator.org/view/HtmlUnit/ "HtmlUnit CI"
164164
[3]: https://twitter.com/HtmlUnit "https://twitter.com/HtmlUnit"
165165
[4]: https://www.htmlunit.org "https://www.htmlunit.org"

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>org.htmlunit</groupId>
77
<artifactId>htmlunit</artifactId>
8-
<version>3.7.0-SNAPSHOT</version>
8+
<version>3.7.0</version>
99
<name>HtmlUnit</name>
1010
<organization>
1111
<name>Gargoyle Software Inc.</name>
@@ -30,7 +30,7 @@
3030
<htmlunitxpath.version>3.7.0</htmlunitxpath.version>
3131
<htmlunitcorejs.version>3.7.0</htmlunitcorejs.version>
3232

33-
<htmlunitdriver.version>4.14.1-SNAPSHOT</htmlunitdriver.version>
33+
<htmlunitdriver.version>4.14.1</htmlunitdriver.version>
3434
<selenium.version>4.14.1</selenium.version>
3535

3636
<httpcomponents.version>4.5.14</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="3.7.0" date="October xx, 2023" description="Firefox 119, Firefox ESR 115, Chrome/Edge 118, Bugfixes, Documentation updates">
10+
<release version="3.7.0" date="October 30, 2023" description="Firefox 119, Firefox ESR 115, Chrome/Edge 118, Bugfixes, Documentation updates">
1111
<action type="update" dev="rbri">
1212
INCOMPATIBLE CHANGE: For this version, the processing of WebWindowListener events got many changes/fixes/improvements.
1313
The main point was to let this work as stable as possible even if many WebWindowListener are registred. Also the state

src/site/xdoc/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
<section name="Where to find...">
5858
<p>
5959
<dl>
60-
<dt>Latest release <date>October 03, 2023</date></dt>
60+
<dt>Latest release <date>October 30, 2023</date></dt>
6161
<dd>
62-
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/3.6.0">version 3.6.0</a></p>
62+
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/3.7.0">version 3.7.0</a></p>
6363
</dd>
6464

6565
<dt>Source code</dt>

src/site/xdoc/migration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<source><![CDATA[<dependency>
2020
<groupId>org.htmlunit</groupId>
2121
<artifactId>htmlunit</artifactId>
22-
<version>3.6.0</version>
22+
<version>3.7.0</version>
2323
</dependency>]]></source>
2424
</subsection>
2525

0 commit comments

Comments
 (0)