diff --git a/README.md b/README.md
index cfb9f1112ab..087f598c107 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# HtmlUnit
-Version 2.68.0 / December 28, 2022
+Version 2.69.0 / January 05, 2023
:heart: [Sponsor](https://github.com/sponsors/rbri)
@@ -37,7 +37,7 @@ Add to your `pom.xml`:
net.sourceforge.htmlunit
htmlunit
- 2.68.0
+ 2.69.0
```
@@ -46,7 +46,7 @@ Add to your `pom.xml`:
Add to your `build.gradle`:
```groovy
-implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit', version: '2.68.0'
+implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit', version: '2.69.0'
```
## Overview
@@ -115,7 +115,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
net.sourceforge.htmlunit
htmlunit
- 2.69.0-SNAPSHOT
+ 2.70.0-SNAPSHOT
@@ -134,7 +134,7 @@ repositories {
}
// ...
dependencies {
- implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit', version: '2.69.0-SNAPSHOT'
+ implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit', version: '2.70.0-SNAPSHOT'
// ...
}
```
@@ -147,7 +147,7 @@ dependencies {
This project is licensed under the Apache 2.0 License
-[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.68.0/ "HtmlUnit on sourceforge"
+[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.69.0/ "HtmlUnit on sourceforge"
[2]: https://jenkins.wetator.org/view/HtmlUnit/ "HtmlUnit CI"
[3]: https://twitter.com/HtmlUnit "https://twitter.com/HtmlUnit"
[4]: https://htmlunit.sourceforge.io/ "https://htmlunit.sourceforge.io/"
diff --git a/pom.xml b/pom.xml
index 111623ad9e8..6c7ac147156 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
net.sourceforge.htmlunit
htmlunit
- 2.69.0-SNAPSHOT
+ 2.69.0
HtmlUnit
Gargoyle Software Inc.
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 25e69d28f6c..77cee53100b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -7,9 +7,9 @@
-
+
- Xerces detection fixed (regression in 2.68.0).
+ Xerces detection fixed.
"
HtmlUnit is now regulary tested by Google OSS-Fuzz.
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 257e4d62278..5f6b5d0e405 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -56,9 +56,9 @@
- - Latest release December 28, 2022
+ - Latest release January 05, 2023
-
-
version 2.68.0
+ version 2.69.0
- Source code
@@ -179,7 +179,7 @@
net.sourceforge.htmlunit
htmlunit
- 2.68.0
+ 2.69.0
]]>
@@ -213,7 +213,9 @@
The unit tests of some well-known JavaScript libraries are included in HtmlUnit's own unit tests; based on these unit
tests, the following libraries are known to work well with HtmlUnit:
- - htmx 1.6.1: Full support (see unit test here)
+ - 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)
- 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)