Skip to content

Commit 95c38cf

Browse files
committed
5.1.0
1 parent 2b099b0 commit 95c38cf

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

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 5.0.0 / May 24, 2026
3+
Version 5.1.0 / May 31, 2026
44

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

@@ -68,7 +68,7 @@ Add to your `pom.xml`:
6868
<dependency>
6969
<groupId>org.htmlunit</groupId>
7070
<artifactId>htmlunit</artifactId>
71-
<version>5.0.0</version>
71+
<version>5.1.0</version>
7272
</dependency>
7373
```
7474

@@ -77,7 +77,7 @@ Add to your `pom.xml`:
7777
Add to your `build.gradle`:
7878

7979
```groovy
80-
implementation group: 'org.htmlunit', name: 'htmlunit', version: '5.0.0'
80+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '5.1.0'
8181
```
8282

8383
## Getting Started
@@ -242,7 +242,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
242242
<dependency>
243243
<groupId>org.htmlunit</groupId>
244244
<artifactId>htmlunit</artifactId>
245-
<version>4.22.0-SNAPSHOT</version>
245+
<version>5.2.0-SNAPSHOT</version>
246246
</dependency>
247247
<!-- ... -->
248248
</dependencies>
@@ -261,7 +261,7 @@ repositories {
261261
}
262262
// ...
263263
dependencies {
264-
implementation group: 'org.htmlunit', name: 'htmlunit', version: '5.1.0-SNAPSHOT'
264+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '5.2.0-SNAPSHOT'
265265
// ...
266266
}
267267
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.htmlunit</groupId>
88
<artifactId>htmlunit</artifactId>
9-
<version>5.1.0-SNAPSHOT</version>
9+
<version>5.1.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>HtmlUnit</name>

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="5.1.0" date="June xx, 2026" description="Firefox 151, Bugfixes">
10+
<release version="5.1.0" date="May 31, 2026" description="Firefox 151, Bugfixes">
1111
<action type="fix" dev="rbri">
1212
core-js: fix for calling Reflect.set() without a value argument.
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>May 24, 2026</date></dt>
95+
<dt>Latest release <date>May 31, 2026</date></dt>
9696
<dd>
97-
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/5.0.0">version 5.0.0</a></p>
97+
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/5.1.0">version 5.1.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>5.0.0</version>
223+
<version>5.1.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: '5.0.0']]></source>
230+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '5.1.0']]></source>
231231
</p>
232232

233233
<p>

0 commit comments

Comments
 (0)