diff --git a/README.md b/README.md index c9accbd36b..393e8eea5a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ![HtmlUnit Logo](https://github.com/HtmlUnit/htmlunit/blob/master/src/site/resources/images/htmlunit.png) -Version 4.6.0 / November 06, 2024 +Version 4.7.0 / November 29, 2024 :heart: [Sponsor](https://github.com/sponsors/rbri) @@ -53,7 +53,7 @@ Add to your `pom.xml`: org.htmlunit htmlunit - 4.6.0 + 4.7.0 ``` @@ -62,7 +62,7 @@ Add to your `pom.xml`: Add to your `build.gradle`: ```groovy -implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.6.0' +implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.7.0' ``` ## Vulnerabilities @@ -136,7 +136,7 @@ Add the snapshot repository and dependency to your `pom.xml`: org.htmlunit htmlunit - 4.7.0-SNAPSHOT + 4.8.0-SNAPSHOT @@ -155,7 +155,7 @@ repositories { } // ... dependencies { - implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.6.0-SNAPSHOT' + implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.8.0-SNAPSHOT' // ... } ``` diff --git a/pom.xml b/pom.xml index da10a60280..3735a0c0ea 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.htmlunit htmlunit - 4.7.0-SNAPSHOT + 4.7.0 HtmlUnit Gargoyle Software Inc. @@ -34,7 +34,7 @@ 4.5.14 - 4.26.0 + 4.27.0 4.27.0 selenium-devtools-v131 diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0dad563481..6260cda210 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -7,7 +7,7 @@ - + core-js: String.prototype.matchAll, Symbol.matchAll, and RegExp.prototype[Symbol.matchAll] added. diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index aec1262bd7..d3ff7a28cf 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -67,9 +67,9 @@

-
Latest release November 06, 2024
+
Latest release November 29, 2024
-

version 4.6.0

+

version 4.7.0

Source code
@@ -194,7 +194,7 @@ org.htmlunit htmlunit - 4.6.0 + 4.7.0 ]]>