From f33c7c39ab9eb6a605990458fc3e1e83f5bb350c Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Sun, 12 Jan 2025 13:40:27 +0100 Subject: [PATCH] version 4.8.0 --- README.md | 19 +++++++------------ pom.xml | 4 ++-- src/changes/changes.xml | 2 +- src/site/xdoc/index.xml | 6 +++--- 4 files changed, 13 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 031d258e76..31f3b72101 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.7.0 / November 29, 2024 +Version 4.8.0 / January 12, 2025 :heart: [Sponsor](https://github.com/sponsors/rbri) @@ -15,9 +15,7 @@ Version 4.7.0 / November 29, 2024 **[Developer Blog](https://htmlunit.github.io/htmlunit-blog/)** -[HtmlUnit@mastodon][13] | [HtmlUnit@Twitter][3] - -[HtmlUnit Kanban Board][6] +[HtmlUnit@mastodon](https://fosstodon.org/@HtmlUnit) | [HtmlUnit@bsky](https://bsky.app/profile/htmlunit.bsky.social) | [HtmlUnit@Twitter](https://twitter.com/HtmlUnit) > **Check out HtmlUnit [satellite projects](https://github.com/orgs/HtmlUnit/repositories)**, such as: @@ -53,7 +51,7 @@ Add to your `pom.xml`: org.htmlunit htmlunit - 4.7.0 + 4.8.0 ``` @@ -62,7 +60,7 @@ Add to your `pom.xml`: Add to your `build.gradle`: ```groovy -implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.7.0' +implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.8.0' ``` ## Vulnerabilities @@ -164,7 +162,7 @@ Add the snapshot repository and dependency to your `pom.xml`: org.htmlunit htmlunit - 4.8.0-SNAPSHOT + 4.9.0-SNAPSHOT @@ -183,7 +181,7 @@ repositories { } // ... dependencies { - implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.8.0-SNAPSHOT' + implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.9.0-SNAPSHOT' // ... } ``` @@ -229,15 +227,12 @@ Please try to keep your pull requests small (don't bundle unrelated changes) and [1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/4.1.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" [5]: https://www.openhub.net/p/HtmlUnit "https://www.openhub.net/p/HtmlUnit" -[6]: https://github.com/HtmlUnit/htmlunit/projects/1 "https://github.com/HtmlUnit/htmlunit/projects/1" [7]: https://www.htmlunit.org/gettingStarted.html [8]: https://www.scrapingbee.com/java-webscraping-book/ [9]: https://www.innoq.com/en/blog/webscraping/ [10]: https://www.webscrapingapi.com/java-web-scraping/ [11]: http://www.mastertheboss.com/java-ee/jsf/how-to-test-jakarta-faces-with-htmlunit-and-arquillian [12]: https://github.com/HtmlUnit/htmlunit/releases -[13]: https://fosstodon.org/@HtmlUnit -[14]: https://webscraping.ai/faq/htmlunit \ No newline at end of file +[13]: https://webscraping.ai/faq/htmlunit \ No newline at end of file diff --git a/pom.xml b/pom.xml index 69c5e052a1..1838413f2c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.htmlunit htmlunit - 4.8.0-SNAPSHOT + 4.8.0 HtmlUnit Gargoyle Software Inc. @@ -27,7 +27,7 @@ 4.8.0 4.8.0 - 4.8.0-SNAPSHOT + 4.8.0 4.8.0 4.8.0 4.8.0 diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2c8c92cf99..c383175d28 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -7,7 +7,7 @@ - + cssparser: support plain color definitions with var/calc. diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 822ca00dd2..ef3136d9d0 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -83,9 +83,9 @@

-
Latest release November 29, 2024
+
Latest release January 12, 2025
-

version 4.7.0

+

version 4.8.0

Source code
@@ -210,7 +210,7 @@ org.htmlunit htmlunit - 4.7.0 + 4.8.0 ]]>