diff --git a/README.md b/README.md
index 5f30359c2ba..49c00aa2c64 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# HtmlUnit
-Version 3.1.0 / April 16, 2023
+Version 3.2.0 / May 15, 2023
:heart: [Sponsor](https://github.com/sponsors/rbri)
@@ -45,7 +45,7 @@ Add to your `pom.xml`:
org.htmlunit
htmlunit
- 3.1.0
+ 3.2.0
```
@@ -54,7 +54,7 @@ Add to your `pom.xml`:
Add to your `build.gradle`:
```groovy
-implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.1.0'
+implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.2.0'
```
## Overview
@@ -123,7 +123,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
org.htmlunit
htmlunit
- 3.2.0-SNAPSHOT
+ 3.3.0-SNAPSHOT
@@ -142,7 +142,7 @@ repositories {
}
// ...
dependencies {
- implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.2.0-SNAPSHOT'
+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.3.0-SNAPSHOT'
// ...
}
```
@@ -155,7 +155,7 @@ dependencies {
This project is licensed under the Apache 2.0 License
-[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.70.0/ "HtmlUnit on sourceforge"
+[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/3.2.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 361e16eac16..cd69c5c23e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
org.htmlunit
htmlunit
- 3.2.0-SNAPSHOT
+ 3.2.0
HtmlUnit
Gargoyle Software Inc.
@@ -30,7 +30,7 @@
3.2.0
3.2.0
- 4.9.0
+ 4.9.1
4.9.1
4.5.14
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 66e654d497c..07e2cdbe048 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -7,7 +7,7 @@
-
+
Fix for the dom construction in some edge cases (oss-fuzz).
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index e4ecd4790ef..34a5c747719 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -57,9 +57,9 @@
- - Latest release April 16, 2023
+ - Latest release May 15, 2023
-
-
version 3.1.0
+ version 3.2.0
- Source code
@@ -180,7 +180,7 @@
org.htmlunit
htmlunit
- 3.1.0
+ 3.2.0
]]>
@@ -217,6 +217,7 @@
htmx 1.6.1: Full support (see unit test here)
htmx 1.7.0: Full support (see unit test here)
htmx 1.8.4: Full support (see unit test here)
+ htmx 1.9.2: Full support (see unit test here)
jQuery 1.11.3: Full support (see unit test here)
jQuery 1.8.2: Full support (see unit test here)
MochiKit 1.4.1: Full support (see unit tests here)
diff --git a/src/site/xdoc/migration.xml b/src/site/xdoc/migration.xml
index 07dcb2962f4..e26578c6e14 100644
--- a/src/site/xdoc/migration.xml
+++ b/src/site/xdoc/migration.xml
@@ -19,7 +19,7 @@