Skip to content

Commit

Permalink
version 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 12, 2025
1 parent 54e0b8f commit f33c7c3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 18 deletions.
19 changes: 7 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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:
Expand Down Expand Up @@ -53,7 +51,7 @@ Add to your `pom.xml`:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>4.7.0</version>
<version>4.8.0</version>
</dependency>
```

Expand All @@ -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
Expand Down Expand Up @@ -164,7 +162,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>4.8.0-SNAPSHOT</version>
<version>4.9.0-SNAPSHOT</version>
</dependency>
<!-- ... -->
</dependencies>
Expand All @@ -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'
// ...
}
```
Expand Down Expand Up @@ -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
[13]: https://webscraping.ai/faq/htmlunit
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>4.8.0-SNAPSHOT</version>
<version>4.8.0</version>
<name>HtmlUnit</name>
<organization>
<name>Gargoyle Software Inc.</name>
Expand All @@ -27,7 +27,7 @@

<htmlunitcssparser.version>4.8.0</htmlunitcssparser.version>
<htmlunitcsp.version>4.8.0</htmlunitcsp.version>
<htmlunitneko.version>4.8.0-SNAPSHOT</htmlunitneko.version>
<htmlunitneko.version>4.8.0</htmlunitneko.version>
<htmlunitxpath.version>4.8.0</htmlunitxpath.version>
<htmlunitcorejs.version>4.8.0</htmlunitcorejs.version>
<htmlunitwebsocketclient.version>4.8.0</htmlunitwebsocketclient.version>
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</properties>

<body>
<release version="4.8.0" date="January xx, 2025" description="Bugfixes">
<release version="4.8.0" date="January 12, 2025" description="Bugfixes, css colors, less dependencies, improved javascript support">
<action type="add" dev="rbri">
cssparser: support plain color definitions with var/calc.
</action>
Expand Down
6 changes: 3 additions & 3 deletions src/site/xdoc/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
<section name="Where to find...">
<p>
<dl>
<dt>Latest release <date>November 29, 2024</date></dt>
<dt>Latest release <date>January 12, 2025</date></dt>
<dd>
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.7.0">version 4.7.0</a></p>
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.8.0">version 4.8.0</a></p>
</dd>

<dt>Source code</dt>
Expand Down Expand Up @@ -210,7 +210,7 @@
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>4.7.0</version>
<version>4.8.0</version>
</dependency>]]></source>
</p>

Expand Down

0 comments on commit f33c7c3

Please sign in to comment.