11# ![ HtmlUnit Logo] ( https://github.com/HtmlUnit/htmlunit/blob/master/src/site/resources/images/htmlunit.png )
22
3- Version 4.7 .0 / November 29, 2024
3+ Version 4.8 .0 / January 12, 2025
44
55:heart : [ Sponsor] ( https://github.com/sponsors/rbri )
66
@@ -15,9 +15,7 @@ Version 4.7.0 / November 29, 2024
1515
1616** [ Developer Blog] ( https://htmlunit.github.io/htmlunit-blog/ ) **
1717
18- [ HtmlUnit@mastodon] [ 13 ] | [ HtmlUnit@Twitter] [ 3 ]
19-
20- [ HtmlUnit Kanban Board] [ 6 ]
18+ [ HtmlUnit@mastodon] ( https://fosstodon.org/@HtmlUnit ) | [ HtmlUnit@bsky] ( https://bsky.app/profile/htmlunit.bsky.social ) | [ HtmlUnit@Twitter] ( https://twitter.com/HtmlUnit )
2119
2220> ** Check out HtmlUnit [ satellite projects] ( https://github.com/orgs/HtmlUnit/repositories ) ** ,
2321 such as:
@@ -53,7 +51,7 @@ Add to your `pom.xml`:
5351<dependency >
5452 <groupId >org.htmlunit</groupId >
5553 <artifactId >htmlunit</artifactId >
56- <version >4.7 .0</version >
54+ <version >4.8 .0</version >
5755</dependency >
5856```
5957
@@ -62,7 +60,7 @@ Add to your `pom.xml`:
6260Add to your ` build.gradle ` :
6361
6462``` groovy
65- implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.7 .0'
63+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.8 .0'
6664```
6765
6866## Vulnerabilities
@@ -164,7 +162,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
164162 <dependency >
165163 <groupId >org.htmlunit</groupId >
166164 <artifactId >htmlunit</artifactId >
167- <version >4.8 .0-SNAPSHOT</version >
165+ <version >4.9 .0-SNAPSHOT</version >
168166 </dependency >
169167 <!-- ... -->
170168 </dependencies >
@@ -183,7 +181,7 @@ repositories {
183181}
184182// ...
185183dependencies {
186- implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.8 .0-SNAPSHOT'
184+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.9 .0-SNAPSHOT'
187185 // ...
188186}
189187```
@@ -229,15 +227,12 @@ Please try to keep your pull requests small (don't bundle unrelated changes) and
229227
230228[ 1 ] : https://sourceforge.net/projects/htmlunit/files/htmlunit/4.1.0/ " HtmlUnit on sourceforge "
231229[ 2 ] : https://jenkins.wetator.org/view/HtmlUnit/ " HtmlUnit CI "
232- [ 3 ] : https://twitter.com/HtmlUnit " https://twitter.com/HtmlUnit "
233230[ 4 ] : https://www.htmlunit.org " https://www.htmlunit.org "
234231[ 5 ] : https://www.openhub.net/p/HtmlUnit " https://www.openhub.net/p/HtmlUnit "
235- [ 6 ] : https://github.com/HtmlUnit/htmlunit/projects/1 " https://github.com/HtmlUnit/htmlunit/projects/1 "
236232[ 7 ] : https://www.htmlunit.org/gettingStarted.html
237233[ 8 ] : https://www.scrapingbee.com/java-webscraping-book/
238234[ 9 ] : https://www.innoq.com/en/blog/webscraping/
239235[ 10 ] : https://www.webscrapingapi.com/java-web-scraping/
240236[ 11 ] : http://www.mastertheboss.com/java-ee/jsf/how-to-test-jakarta-faces-with-htmlunit-and-arquillian
241237[ 12 ] : https://github.com/HtmlUnit/htmlunit/releases
242- [ 13 ] : https://fosstodon.org/@HtmlUnit
243- [ 14 ] : https://webscraping.ai/faq/htmlunit
238+ [ 13 ] : https://webscraping.ai/faq/htmlunit
0 commit comments