1
1
# ![ HtmlUnit Logo] ( https://github.com/HtmlUnit/htmlunit/blob/master/src/site/resources/images/htmlunit.png )
2
2
3
- Version 4.7 .0 / November 29, 2024
3
+ Version 4.8 .0 / January 12, 2025
4
4
5
5
:heart : [ Sponsor] ( https://github.com/sponsors/rbri )
6
6
@@ -15,9 +15,7 @@ Version 4.7.0 / November 29, 2024
15
15
16
16
** [ Developer Blog] ( https://htmlunit.github.io/htmlunit-blog/ ) **
17
17
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 )
21
19
22
20
> ** Check out HtmlUnit [ satellite projects] ( https://github.com/orgs/HtmlUnit/repositories ) ** ,
23
21
such as:
@@ -53,7 +51,7 @@ Add to your `pom.xml`:
53
51
<dependency >
54
52
<groupId >org.htmlunit</groupId >
55
53
<artifactId >htmlunit</artifactId >
56
- <version >4.7 .0</version >
54
+ <version >4.8 .0</version >
57
55
</dependency >
58
56
```
59
57
@@ -62,7 +60,7 @@ Add to your `pom.xml`:
62
60
Add to your ` build.gradle ` :
63
61
64
62
``` groovy
65
- implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.7 .0'
63
+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.8 .0'
66
64
```
67
65
68
66
## Vulnerabilities
@@ -164,7 +162,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
164
162
<dependency >
165
163
<groupId >org.htmlunit</groupId >
166
164
<artifactId >htmlunit</artifactId >
167
- <version >4.8 .0-SNAPSHOT</version >
165
+ <version >4.9 .0-SNAPSHOT</version >
168
166
</dependency >
169
167
<!-- ... -->
170
168
</dependencies >
@@ -183,7 +181,7 @@ repositories {
183
181
}
184
182
// ...
185
183
dependencies {
186
- implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.8 .0-SNAPSHOT'
184
+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.9 .0-SNAPSHOT'
187
185
// ...
188
186
}
189
187
```
@@ -229,15 +227,12 @@ Please try to keep your pull requests small (don't bundle unrelated changes) and
229
227
230
228
[ 1 ] : https://sourceforge.net/projects/htmlunit/files/htmlunit/4.1.0/ " HtmlUnit on sourceforge "
231
229
[ 2 ] : https://jenkins.wetator.org/view/HtmlUnit/ " HtmlUnit CI "
232
- [ 3 ] : https://twitter.com/HtmlUnit " https://twitter.com/HtmlUnit "
233
230
[ 4 ] : https://www.htmlunit.org " https://www.htmlunit.org "
234
231
[ 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 "
236
232
[ 7 ] : https://www.htmlunit.org/gettingStarted.html
237
233
[ 8 ] : https://www.scrapingbee.com/java-webscraping-book/
238
234
[ 9 ] : https://www.innoq.com/en/blog/webscraping/
239
235
[ 10 ] : https://www.webscrapingapi.com/java-web-scraping/
240
236
[ 11 ] : http://www.mastertheboss.com/java-ee/jsf/how-to-test-jakarta-faces-with-htmlunit-and-arquillian
241
237
[ 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