Skip to content

Commit 93a5da1

Browse files
committed
4.14.0
1 parent b893f4b commit 93a5da1

File tree

4 files changed

+30
-25
lines changed

4 files changed

+30
-25
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.13.0 / June 03, 2025
3+
Version 4.14.0 / July 30, 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.13.0</version>
64+
<version>4.14.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.13.0'
73+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.14.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.14.0-SNAPSHOT</version>
223+
<version>4.15.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.14.0-SNAPSHOT'
242+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.15.0-SNAPSHOT'
243243
// ...
244244
}
245245
```

pom.xml

Lines changed: 2 additions & 2 deletions
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.14.0-SNAPSHOT</version>
9+
<version>4.14.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>HtmlUnit</name>
@@ -41,7 +41,7 @@
4141
<brotli.version>0.1.2</brotli.version>
4242

4343
<!-- selenium -->
44-
<htmlunitdriver.version>4.33.0</htmlunitdriver.version>
44+
<htmlunitdriver.version>4.34.0</htmlunitdriver.version>
4545
<selenium.version>4.34.0</selenium.version>
4646
<selenium.devtools.artifactId>selenium-devtools-v138</selenium.devtools.artifactId>
4747

src/changes/changes.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
</properties>
88

99
<body>
10-
<release version="4.14.0" date="July xx, 2025" description="Chrome/Edge 138, Firefox 140, core-js, junit 5, Bugfixes">
10+
<release version="4.14.0" date="July 30, 2025" description="Chrome/Edge 138, Firefox 140, core-js, junit 5, jsoup-bridge, Bugfixes">
11+
<action type="add" dev="rbri">
12+
New sister project 'jsoup-bridge' (https://github.com/HtmlUnit/htmlunit?tab=readme-ov-file#jsoup-bridge).
13+
</action>
1114
<action type="update" dev="rbri">
1215
Switched to sonatype central-publishing for snapshots and release builds.
1316
</action>

src/site/xdoc/index.xml

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

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

233233
<p>
234-
If you like to use the latest available snapshot build you have to add the sonatype
235-
snapshot repository to your pom repositories section; also (check
234+
If you like to use the latest available snapshot build you have to add the
235+
Central Portal Snapshots repository to your pom repositories section; also (check
236236
<a href="https://bsky.app/profile/htmlunit.bsky.social">Bsky</a> for regular information about new
237237
snapshot builds).
238238
<source><![CDATA[
239-
<repository>
240-
<id>OSS Sonatype snapshots</id>
241-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
242-
<snapshots>
243-
<enabled>true</enabled>
244-
<updatePolicy>always</updatePolicy>
245-
</snapshots>
246-
<releases>
247-
<enabled>false</enabled>
248-
</releases>
249-
</repository>]]></source>
239+
<repositories>
240+
<repository>
241+
<name>Central Portal Snapshots</name>
242+
<id>central-portal-snapshots</id>
243+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
244+
<releases>
245+
<enabled>false</enabled>
246+
</releases>
247+
<snapshots>
248+
<enabled>true</enabled>
249+
</snapshots>
250+
</repository>
251+
</repositories>]]></source>
250252
</p>
251253
</section>
252254

0 commit comments

Comments
 (0)