Skip to content

Commit 8abe08e

Browse files
committed
version 3.8.0
1 parent 5465820 commit 8abe08e

5 files changed

Lines changed: 13 additions & 13 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.7.0 / October 30, 2023
3+
Version 3.8.0 / November 18, 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.7.0</version>
41+
<version>3.8.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.7.0'
50+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.8.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.8.0-SNAPSHOT</version>
125+
<version>3.9.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.8.0-SNAPSHOT'
144+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.9.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.7.0/ "HtmlUnit on sourceforge"
162+
[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/3.8.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: 3 additions & 3 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.8.0-SNAPSHOT</version>
8+
<version>3.8.0</version>
99
<name>HtmlUnit</name>
1010
<organization>
1111
<name>Gargoyle Software Inc.</name>
@@ -30,8 +30,8 @@
3030
<htmlunitxpath.version>3.8.0</htmlunitxpath.version>
3131
<htmlunitcorejs.version>3.8.0</htmlunitcorejs.version>
3232

33-
<htmlunitdriver.version>4.14.1</htmlunitdriver.version>
34-
<selenium.version>4.14.1</selenium.version>
33+
<htmlunitdriver.version>4.15.0</htmlunitdriver.version>
34+
<selenium.version>4.15.0</selenium.version>
3535

3636
<httpcomponents.version>4.5.14</httpcomponents.version>
3737
<jetty.version>9.4.53.v20231009</jetty.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.8.0" date="November xx, 2023" description="Chrome/Edge 119, Bugfixes">
10+
<release version="3.8.0" date="November 18, 2023" description="Chrome/Edge 119, Bugfixes">
1111
<action type="add" dev="RhinoTeam">
1212
core-js: support trailing commas in function parameters.
1313
</action>

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 30, 2023</date></dt>
60+
<dt>Latest release <date>November 18, 2023</date></dt>
6161
<dd>
62-
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/3.7.0">version 3.7.0</a></p>
62+
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/3.8.0">version 3.8.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.7.0</version>
22+
<version>3.8.0</version>
2323
</dependency>]]></source>
2424
</subsection>
2525

0 commit comments

Comments
 (0)