diff --git a/README.md b/README.md index 2608e41cd2..76bf8aad7f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # HtmlUnit -Version 4.3.0 / June 27, 2024 +Version 4.4.0 / July 28, 2024 :heart: [Sponsor](https://github.com/sponsors/rbri) @@ -49,7 +49,7 @@ Add to your `pom.xml`: org.htmlunit htmlunit - 4.3.0 + 4.4.0 ``` @@ -58,7 +58,7 @@ Add to your `pom.xml`: Add to your `build.gradle`: ```groovy -implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.3.0' +implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.4.0' ``` ## Vulnerabilities @@ -132,7 +132,7 @@ Add the snapshot repository and dependency to your `pom.xml`: org.htmlunit htmlunit - 4.4.0-SNAPSHOT + 4.5.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index ac624a8455..d30c6e6a72 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.htmlunit htmlunit - 4.4.0-SNAPSHOT + 4.4.0 HtmlUnit Gargoyle Software Inc. @@ -34,7 +34,7 @@ 4.5.14 - 4.23.0-SNAPSHOT + 4.23.0 4.23.0 9.4.55.v20240627 diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 742d77cb06..cd2d442223 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -7,7 +7,7 @@ - + core-js: Various missing methods in TypedArray added. diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 7cd4e7b110..e045e11658 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -67,9 +67,9 @@

-
Latest release June 27, 2024
+
Latest release July 28, 2024
-

version 4.3.0

+

version 4.4.0

Source code
@@ -194,7 +194,7 @@ org.htmlunit htmlunit - 4.3.0 + 4.4.0 ]]>