Skip to content

Commit 0acedef

Browse files
committed
4.13.0
1 parent b1eb537 commit 0acedef

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-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.12.0 / May 17, 2025
3+
Version 4.13.0 / June 03, 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.12.0</version>
54+
<version>4.13.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.12.0'
63+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.13.0'
6464
```
6565

6666
## Vulnerabilities
@@ -172,7 +172,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
172172
<dependency>
173173
<groupId>org.htmlunit</groupId>
174174
<artifactId>htmlunit</artifactId>
175-
<version>4.13.0-SNAPSHOT</version>
175+
<version>4.14.0-SNAPSHOT</version>
176176
</dependency>
177177
<!-- ... -->
178178
</dependencies>
@@ -191,7 +191,7 @@ repositories {
191191
}
192192
// ...
193193
dependencies {
194-
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.12.0-SNAPSHOT'
194+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.14.0-SNAPSHOT'
195195
// ...
196196
}
197197
```

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>4.13.0-SNAPSHOT</version>
9+
<version>4.13.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="4.13.0" date="June xx, 2025" description="Chrome/Edge 136, Firefox 138, Bugfixes">
10+
<release version="4.13.0" date="June 03, 2025" description="Chrome/Edge 136, Firefox 138, js prototypes, Bugfixes">
1111
<action type="fix" dev="rbri">
1212
The prototype for DOMRect is now DOMRectReadOnly.
1313
</action>

src/site/xdoc/index.xml

Lines changed: 5 additions & 5 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 17, 2025</date></dt>
95+
<dt>Latest release <date>June 03, 2025</date></dt>
9696
<dd>
97-
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.12.0">version 4.12.0</a></p>
97+
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.13.0">version 4.13.0</a></p>
9898
</dd>
9999

100100
<dt>Source code</dt>
@@ -220,20 +220,20 @@
220220
<dependency>
221221
<groupId>org.htmlunit</groupId>
222222
<artifactId>htmlunit</artifactId>
223-
<version>4.12.0</version>
223+
<version>4.13.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.12.0']]></source>
230+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.13.0']]></source>
231231
</p>
232232

233233
<p>
234234
If you like to use the latest available snapshot build you have to add the sonatype
235235
snapshot repository to your pom repositories section; also (check
236-
<a href="https://twitter.com/HtmlUnit">Twitter</a> for regular information about new
236+
<a href="https://bsky.app/profile/htmlunit.bsky.social">Bsky</a> for regular information about new
237237
snapshot builds).
238238
<source><![CDATA[
239239
<repository>

0 commit comments

Comments
 (0)