Skip to content

Commit 59a3c8b

Browse files
committedJan 22, 2025
version 4.9.0
1 parent 5d2c9c0 commit 59a3c8b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed
 

‎README.md

+4-4
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.8.0 / January 12, 2025
3+
Version 4.9.0 / January 22, 2025
44

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

@@ -51,7 +51,7 @@ Add to your `pom.xml`:
5151
<dependency>
5252
<groupId>org.htmlunit</groupId>
5353
<artifactId>htmlunit</artifactId>
54-
<version>4.8.0</version>
54+
<version>4.9.0</version>
5555
</dependency>
5656
```
5757

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

6262
```groovy
63-
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.8.0'
63+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.9.0'
6464
```
6565

6666
## Vulnerabilities
@@ -162,7 +162,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
162162
<dependency>
163163
<groupId>org.htmlunit</groupId>
164164
<artifactId>htmlunit</artifactId>
165-
<version>4.9.0-SNAPSHOT</version>
165+
<version>4.10.0-SNAPSHOT</version>
166166
</dependency>
167167
<!-- ... -->
168168
</dependencies>

‎pom.xml

+1-1
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.9.0-SNAPSHOT</version>
8+
<version>4.9.0</version>
99
<name>HtmlUnit</name>
1010
<organization>
1111
<name>Gargoyle Software Inc.</name>

‎src/changes/changes.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</properties>
88

99
<body>
10-
<release version="4.9.0" date="February xx, 2025" description="Chrome/Edge 132, Firefox 134, BigInt, Bugfixes">
10+
<release version="4.9.0" date="January 22, 2025" description="Chrome/Edge 132, Firefox 134, BigInt, Bugfixes">
1111
<action type="fix" dev="rbri">
1212
WebClientOptions SSLTrustStore is transient.
1313
</action>

‎src/site/xdoc/index.xml

+3-3
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>January 12, 2025</date></dt>
86+
<dt>Latest release <date>January 22, 2025</date></dt>
8787
<dd>
88-
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.8.0">version 4.8.0</a></p>
88+
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.9.0">version 4.9.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.8.0</version>
213+
<version>4.9.0</version>
214214
</dependency>]]></source>
215215
</p>
216216

0 commit comments

Comments
 (0)