Skip to content

Commit 4f6cbc6

Browse files
committed
version 4.11.0
1 parent 7e90b3b commit 4f6cbc6

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
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.10.0 / February 22, 2025
3+
Version 4.11.0 / March 25, 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.10.0</version>
54+
<version>4.11.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.10.0'
63+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.11.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.11.0-SNAPSHOT</version>
175+
<version>4.12.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.11.0-SNAPSHOT'
194+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.12.0-SNAPSHOT'
195195
// ...
196196
}
197197
```

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.11.0-SNAPSHOT</version>
8+
<version>4.11.0</version>
99
<name>HtmlUnit</name>
1010
<organization>
1111
<name>Gargoyle Software Inc.</name>
@@ -39,7 +39,7 @@
3939
<brotli.version>0.1.2</brotli.version>
4040

4141

42-
<htmlunitdriver.version>4.30.0-SNAPSHOT</htmlunitdriver.version>
42+
<htmlunitdriver.version>4.30.0</htmlunitdriver.version>
4343
<selenium.version>4.30.0</selenium.version>
4444
<selenium.devtools.artifactId>selenium-devtools-v134</selenium.devtools.artifactId>
4545

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.11.0" date="March xx, 2025" description="Chrome/Edge 134, Firefox 136, Rhino RegExp, less dependencies, Bugfixes">
10+
<release version="4.11.0" date="March 25, 2025" description="Chrome/Edge 134, Firefox 136, Rhino RegExp, less dependencies, Bugfixes">
1111
<action type="fix" dev="rbri">
1212
Event 'onload' is trigger by FF ESR also if the frame content was not shown because of csp.
1313
</action>

src/site/xdoc/index.xml

Lines changed: 9 additions & 3 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>February 22, 2025</date></dt>
95+
<dt>Latest release <date>March 25, 2025</date></dt>
9696
<dd>
97-
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.10.0">version 4.10.0</a></p>
97+
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.11.0">version 4.11.0</a></p>
9898
</dd>
9999

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

227+
<p>
228+
For gradle, you would add:
229+
<source><![CDATA[
230+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.11.0']]></source>
231+
</p>
232+
227233
<p>
228234
If you like to use the latest available snapshot build you have to add the sonatype
229235
snapshot repository to your pom repositories section; also (check

0 commit comments

Comments
 (0)