Skip to content

Commit d2bce38

Browse files
committed
version 4.10.0
1 parent 5fc34d8 commit d2bce38

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

README.md

Lines changed: 5 additions & 5 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.9.0 / January 22, 2025
3+
Version 4.10.0 / February 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.9.0</version>
54+
<version>4.10.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.9.0'
63+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.10.0'
6464
```
6565

6666
## Vulnerabilities
@@ -168,7 +168,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
168168
<dependency>
169169
<groupId>org.htmlunit</groupId>
170170
<artifactId>htmlunit</artifactId>
171-
<version>4.10.0-SNAPSHOT</version>
171+
<version>4.11.0-SNAPSHOT</version>
172172
</dependency>
173173
<!-- ... -->
174174
</dependencies>
@@ -187,7 +187,7 @@ repositories {
187187
}
188188
// ...
189189
dependencies {
190-
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.9.0-SNAPSHOT'
190+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.11.0-SNAPSHOT'
191191
// ...
192192
}
193193
```

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.10.0-SNAPSHOT</version>
8+
<version>4.10.0</version>
99
<name>HtmlUnit</name>
1010
<organization>
1111
<name>Gargoyle Software Inc.</name>
@@ -40,7 +40,7 @@
4040
<brotli.version>0.1.2</brotli.version>
4141

4242

43-
<htmlunitdriver.version>4.29.0-SNAPSHOT</htmlunitdriver.version>
43+
<htmlunitdriver.version>4.29.0</htmlunitdriver.version>
4444
<selenium.version>4.29.0</selenium.version>
4545
<selenium.devtools.artifactId>selenium-devtools-v133</selenium.devtools.artifactId>
4646

src/changes/changes.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</properties>
88

99
<body>
10-
<release version="4.10.0" date="February xx, 2025" description="Chrome/Edge 132, Firefox 135, Javascript Errors, Bugfixes">
10+
<release version="4.10.0" date="February 22, 2025" description="Chrome/Edge 132, Firefox 135, Javascript Errors, Bugfixes">
1111
<action type="update" dev="RhinoTeam">
1212
NativeGlobal now based on lambda functions.
1313
</action>
@@ -54,8 +54,9 @@
5454
</action>
5555
<action type="update" dev="RhinoTeam">
5656
core-js: BigInt, Boolean and Number converted to use lambdas.
57+
</action>
5758
<action type="update" dev="RhinoTeam">
58-
core-js: Function hoisting inside blocks is no a core Rhino feature, our own hack is gone.
59+
core-js: Function hoisting inside blocks is now a core Rhino feature, our own hack is gone.
5960
</action>
6061
<action type="update" dev="RhinoTeam">
6162
core-js: Map and Set converted to use lambdas.

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

0 commit comments

Comments
 (0)