Skip to content

Commit 19fd2b3

Browse files
committed
version 4.11.1
1 parent 733850f commit 19fd2b3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 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.11.0 / March 25, 2025
3+
Version 4.11.1 / March 26, 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.11.0</version>
54+
<version>4.11.1</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.11.0'
63+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.11.1'
6464
```
6565

6666
## Vulnerabilities

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.1-SNAPSHOT</version>
8+
<version>4.11.1</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.1" date="April xx, 2025" description="Bugfixes">
10+
<release version="4.11.1" date="March 26, 2025" description="Bugfixes">
1111
<action type="fix" dev="rbri">
1212
NumberFormatException when calculating the clientHeight/offsetHeight.
1313
</action>

0 commit comments

Comments
 (0)