Skip to content

Commit

Permalink
version 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 22, 2025
1 parent 5d2c9c0 commit 59a3c8b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 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.8.0 / January 12, 2025
Version 4.9.0 / January 22, 2025

:heart: [Sponsor](https://github.com/sponsors/rbri)

Expand Down Expand Up @@ -51,7 +51,7 @@ Add to your `pom.xml`:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>4.8.0</version>
<version>4.9.0</version>
</dependency>
```

Expand All @@ -60,7 +60,7 @@ Add to your `pom.xml`:
Add to your `build.gradle`:

```groovy
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.8.0'
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.9.0'
```

## Vulnerabilities
Expand Down Expand Up @@ -162,7 +162,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.10.0-SNAPSHOT</version>
</dependency>
<!-- ... -->
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion 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.9.0-SNAPSHOT</version>
<version>4.9.0</version>
<name>HtmlUnit</name>
<organization>
<name>Gargoyle Software Inc.</name>
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.9.0" date="February xx, 2025" description="Chrome/Edge 132, Firefox 134, BigInt, Bugfixes">
<release version="4.9.0" date="January 22, 2025" description="Chrome/Edge 132, Firefox 134, BigInt, Bugfixes">
<action type="fix" dev="rbri">
WebClientOptions SSLTrustStore is transient.
</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>January 12, 2025</date></dt>
<dt>Latest release <date>January 22, 2025</date></dt>
<dd>
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.8.0">version 4.8.0</a></p>
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.9.0">version 4.9.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.8.0</version>
<version>4.9.0</version>
</dependency>]]></source>
</p>

Expand Down

0 comments on commit 59a3c8b

Please sign in to comment.