diff --git a/README.md b/README.md
index effcb5688e6..4888ac91fb9 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# HtmlUnit
-Version 3.4.0 / July 27, 2023
+Version 3.5.0 / August 20, 2023
:heart: [Sponsor](https://github.com/sponsors/rbri)
@@ -38,7 +38,7 @@ Add to your `pom.xml`:
org.htmlunit
htmlunit
- 3.4.0
+ 3.5.0
```
@@ -47,7 +47,7 @@ Add to your `pom.xml`:
Add to your `build.gradle`:
```groovy
-implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.4.0'
+implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.5.0'
```
## Vulnerabilities
@@ -122,7 +122,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
org.htmlunit
htmlunit
- 3.5.0-SNAPSHOT
+ 3.6.0-SNAPSHOT
@@ -141,7 +141,7 @@ repositories {
}
// ...
dependencies {
- implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.5.0-SNAPSHOT'
+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.6.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.4.0/ "HtmlUnit on sourceforge"
+[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/3.5.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 d5012986394..f3aab7995cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
org.htmlunit
htmlunit
- 3.5.0-SNAPSHOT
+ 3.5.0
HtmlUnit
Gargoyle Software Inc.
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1cbb850b866..3b3620f0808 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -7,7 +7,7 @@
-
+
INCOMPATIBLE CHANGE: Class org.htmlunit.html.DomTreeWalker removed;
use org.htmlunit.platform.dom.traversal.DomTreeWalker instead.
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 38d1876a8db..29d1e2cff58 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -57,9 +57,9 @@
- - Latest release July 27, 2023
+ - Latest release August 20, 2023
-
-
version 3.4.0
+ version 3.5.0
- Source code
@@ -180,7 +180,7 @@
org.htmlunit
htmlunit
- 3.4.0
+ 3.5.0
]]>
@@ -219,6 +219,7 @@
htmx 1.8.4: Full support (see unit test here)
htmx 1.9.2: Full support (see unit test here)
htmx 1.9.3: Full support (see unit test here)
+ htmx 1.9.4: 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 9740c1d229c..a2181bc7f79 100644
--- a/src/site/xdoc/migration.xml
+++ b/src/site/xdoc/migration.xml
@@ -19,7 +19,7 @@