Skip to content

Commit f33c7c3

Browse files
committed
version 4.8.0
1 parent 54e0b8f commit f33c7c3

File tree

4 files changed

+13
-18
lines changed

4 files changed

+13
-18
lines changed

README.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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`:
6260
Add 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
// ...
185183
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'
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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.htmlunit</groupId>
77
<artifactId>htmlunit</artifactId>
8-
<version>4.8.0-SNAPSHOT</version>
8+
<version>4.8.0</version>
99
<name>HtmlUnit</name>
1010
<organization>
1111
<name>Gargoyle Software Inc.</name>
@@ -27,7 +27,7 @@
2727

2828
<htmlunitcssparser.version>4.8.0</htmlunitcssparser.version>
2929
<htmlunitcsp.version>4.8.0</htmlunitcsp.version>
30-
<htmlunitneko.version>4.8.0-SNAPSHOT</htmlunitneko.version>
30+
<htmlunitneko.version>4.8.0</htmlunitneko.version>
3131
<htmlunitxpath.version>4.8.0</htmlunitxpath.version>
3232
<htmlunitcorejs.version>4.8.0</htmlunitcorejs.version>
3333
<htmlunitwebsocketclient.version>4.8.0</htmlunitwebsocketclient.version>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</properties>
88

99
<body>
10-
<release version="4.8.0" date="January xx, 2025" description="Bugfixes">
10+
<release version="4.8.0" date="January 12, 2025" description="Bugfixes, css colors, less dependencies, improved javascript support">
1111
<action type="add" dev="rbri">
1212
cssparser: support plain color definitions with var/calc.
1313
</action>

src/site/xdoc/index.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@
8383
<section name="Where to find...">
8484
<p>
8585
<dl>
86-
<dt>Latest release <date>November 29, 2024</date></dt>
86+
<dt>Latest release <date>January 12, 2025</date></dt>
8787
<dd>
88-
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.7.0">version 4.7.0</a></p>
88+
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.8.0">version 4.8.0</a></p>
8989
</dd>
9090

9191
<dt>Source code</dt>
@@ -210,7 +210,7 @@
210210
<dependency>
211211
<groupId>org.htmlunit</groupId>
212212
<artifactId>htmlunit</artifactId>
213-
<version>4.7.0</version>
213+
<version>4.8.0</version>
214214
</dependency>]]></source>
215215
</p>
216216

0 commit comments

Comments
 (0)