diff --git a/README.md b/README.md
index 3a656c1092f..d228e356b60 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# HtmlUnit
-Version 3.7.0 / October 30, 2023
+Version 3.8.0 / November 18, 2023
:heart: [Sponsor](https://github.com/sponsors/rbri)
@@ -38,7 +38,7 @@ Add to your `pom.xml`:
org.htmlunit
htmlunit
- 3.7.0
+ 3.8.0
```
@@ -47,7 +47,7 @@ Add to your `pom.xml`:
Add to your `build.gradle`:
```groovy
-implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.7.0'
+implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.8.0'
```
## Vulnerabilities
@@ -122,7 +122,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
org.htmlunit
htmlunit
- 3.8.0-SNAPSHOT
+ 3.9.0-SNAPSHOT
@@ -141,7 +141,7 @@ repositories {
}
// ...
dependencies {
- implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.8.0-SNAPSHOT'
+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.9.0-SNAPSHOT'
// ...
}
```
@@ -159,7 +159,7 @@ This project is licensed under the Apache 2.0 License
[![Stargazers](https://starchart.cc/HtmlUnit/htmlunit.svg)](https://starchart.cc/HtmlUnit/htmlunit)
-[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/3.7.0/ "HtmlUnit on sourceforge"
+[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/3.8.0/ "HtmlUnit on sourceforge"
[2]: https://jenkins.wetator.org/view/HtmlUnit/ "HtmlUnit CI"
[3]: https://twitter.com/HtmlUnit "https://twitter.com/HtmlUnit"
[4]: https://www.htmlunit.org "https://www.htmlunit.org"
diff --git a/pom.xml b/pom.xml
index 1406c3c6107..f0f835a9fdc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
org.htmlunit
htmlunit
- 3.8.0-SNAPSHOT
+ 3.8.0
HtmlUnit
Gargoyle Software Inc.
@@ -30,8 +30,8 @@
3.8.0
3.8.0
- 4.14.1
- 4.14.1
+ 4.15.0
+ 4.15.0
4.5.14
9.4.53.v20231009
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d508d913001..99999cc8029 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -7,7 +7,7 @@
-
+
core-js: support trailing commas in function parameters.
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 9a142ae0a02..3543f87dfe1 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -57,9 +57,9 @@
- - Latest release October 30, 2023
+ - Latest release November 18, 2023
-
-
version 3.7.0
+ version 3.8.0
- Source code
diff --git a/src/site/xdoc/migration.xml b/src/site/xdoc/migration.xml
index 82577cbd1d4..59b0722111b 100644
--- a/src/site/xdoc/migration.xml
+++ b/src/site/xdoc/migration.xml
@@ -19,7 +19,7 @@