diff --git a/README.md b/README.md
index 559b6adc7c1..c463f23dca9 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# HtmlUnit
-Version 3.9.0 / December 03, 2023
+Version 3.10.0 / January 14, 2024
:heart: [Sponsor](https://github.com/sponsors/rbri)
@@ -38,7 +38,7 @@ Add to your `pom.xml`:
org.htmlunit
htmlunit
- 3.9.0
+ 3.10.0
```
@@ -47,7 +47,7 @@ Add to your `pom.xml`:
Add to your `build.gradle`:
```groovy
-implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.9.0'
+implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.10.0'
```
## Vulnerabilities
@@ -122,7 +122,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
org.htmlunit
htmlunit
- 3.10.0-SNAPSHOT
+ 3.11.0-SNAPSHOT
@@ -141,7 +141,7 @@ repositories {
}
// ...
dependencies {
- implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.10.0-SNAPSHOT'
+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.11.0-SNAPSHOT'
// ...
}
```
@@ -185,7 +185,7 @@ Please try to keep your pull requests small (don't bundle unrelated changes) and
[![Stargazers](https://starchart.cc/HtmlUnit/htmlunit.svg)](https://starchart.cc/HtmlUnit/htmlunit)
-[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/3.9.0/ "HtmlUnit on sourceforge"
+[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/3.10.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 e009f42b564..747aa63bbe5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
org.htmlunit
htmlunit
- 3.10.0-SNAPSHOT
+ 3.10.0
HtmlUnit
Gargoyle Software Inc.
@@ -31,7 +31,7 @@
3.10.0
3.10.0
- 4.17.0-SNAPSHOT
+ 4.16.1
4.16.1
4.5.14
@@ -158,7 +158,7 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.2.3
+ 3.2.5
org.apache.maven.plugins
@@ -636,7 +636,7 @@
org.apache.maven.plugins
maven-jxr-plugin
- 3.3.1
+ 3.3.2
org.apache.maven.plugins
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9f43d338e6a..d463f65670e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -7,7 +7,10 @@
-
+
+
+ Htmx 1.9.10 support when using the org.htmlunit.javascript.preprocessor.HtmxOneNineTenScriptPreprozessor.
+
core-js: arguments[Symbol.iterator] points to Array Array.prototype[Symbol.iterator].
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index ba3c8d0c12f..9680df37c6a 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -57,9 +57,9 @@
- - Latest release December 03, 2023
+ - Latest release January 14, 2024
-
-
version 3.9.0
+ version 3.10.0
- Source code
diff --git a/src/site/xdoc/migration.xml b/src/site/xdoc/migration.xml
index 20caf87b22f..49ff715f69f 100644
--- a/src/site/xdoc/migration.xml
+++ b/src/site/xdoc/migration.xml
@@ -19,7 +19,7 @@