Skip to content

Commit f3231af

Browse files
committed
4.16.0
1 parent 1546a42 commit f3231af

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
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.15.0 / August 17, 2025
3+
Version 4.16.0 / August 29, 2025
44

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

@@ -61,7 +61,7 @@ Add to your `pom.xml`:
6161
<dependency>
6262
<groupId>org.htmlunit</groupId>
6363
<artifactId>htmlunit</artifactId>
64-
<version>4.15.0</version>
64+
<version>4.16.0</version>
6565
</dependency>
6666
```
6767

@@ -70,7 +70,7 @@ Add to your `pom.xml`:
7070
Add to your `build.gradle`:
7171

7272
```groovy
73-
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.15.0'
73+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.16.0'
7474
```
7575

7676
## Getting Started
@@ -220,7 +220,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
220220
<dependency>
221221
<groupId>org.htmlunit</groupId>
222222
<artifactId>htmlunit</artifactId>
223-
<version>4.15.0-SNAPSHOT</version>
223+
<version>4.17.0-SNAPSHOT</version>
224224
</dependency>
225225
<!-- ... -->
226226
</dependencies>
@@ -239,7 +239,7 @@ repositories {
239239
}
240240
// ...
241241
dependencies {
242-
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.15.0-SNAPSHOT'
242+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.17.0-SNAPSHOT'
243243
// ...
244244
}
245245
```

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
<maven.compiler.source>8</maven.compiler.source>
2828
<maven.compiler.target>8</maven.compiler.target>
2929

30-
<htmlunitcsp.version>4.15.0</htmlunitcsp.version>
31-
<htmlunitcssparser.version>4.15.0</htmlunitcssparser.version>
32-
<htmlunitcorejs.version>4.16.0-SNAPSHOT</htmlunitcorejs.version>
33-
<htmlunitneko.version>4.16.0-SNAPSHOT</htmlunitneko.version>
34-
<htmlunitwebsocketclient.version>4.15.0</htmlunitwebsocketclient.version>
35-
<htmlunitxpath.version>4.15.0</htmlunitxpath.version>
30+
<htmlunitcsp.version>4.16.0</htmlunitcsp.version>
31+
<htmlunitcssparser.version>4.16.0</htmlunitcssparser.version>
32+
<htmlunitcorejs.version>4.16.0</htmlunitcorejs.version>
33+
<htmlunitneko.version>4.16.0</htmlunitneko.version>
34+
<htmlunitwebsocketclient.version>4.16.0</htmlunitwebsocketclient.version>
35+
<htmlunitxpath.version>4.16.0</htmlunitxpath.version>
3636

3737
<httpcomponents.version>4.5.14</httpcomponents.version>
3838
<commons-lang3.version>3.18.0</commons-lang3.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.16.0" date="August 17, 2025" description="StringUtils, Brotli, spread for object literals, Bugfixes">
10+
<release version="4.16.0" date="August 29, 2025" description="StringUtils, Brotli, spread for object literals, Bugfixes">
1111
<action type="update" dev="RhinoTeam">
1212
core-js: infer function names at runtime for computed properties
1313
</action>

src/site/xdoc/index.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@
9292
<section name="Where to find...">
9393
<p>
9494
<dl>
95-
<dt>Latest release <date>August 17, 2025</date></dt>
95+
<dt>Latest release <date>August 29, 2025</date></dt>
9696
<dd>
97-
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.15.0">version 4.15.0</a></p>
97+
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.16.0">version 4.16.0</a></p>
9898
</dd>
9999

100100
<dt>Source code</dt>
@@ -220,14 +220,14 @@
220220
<dependency>
221221
<groupId>org.htmlunit</groupId>
222222
<artifactId>htmlunit</artifactId>
223-
<version>4.15.0</version>
223+
<version>4.16.0</version>
224224
</dependency>]]></source>
225225
</p>
226226

227227
<p>
228228
For gradle, you would add:
229229
<source><![CDATA[
230-
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.15.0']]></source>
230+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.16.0']]></source>
231231
</p>
232232

233233
<p>

0 commit comments

Comments
 (0)