File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# ![ HtmlUnit Logo] ( https://github.com/HtmlUnit/htmlunit/blob/master/src/site/resources/images/htmlunit.png )
2
2
3
- Version 4.11.0 / March 25 , 2025
3
+ Version 4.11.1 / March 26 , 2025
4
4
5
5
:heart : [ Sponsor] ( https://github.com/sponsors/rbri )
6
6
@@ -51,7 +51,7 @@ Add to your `pom.xml`:
51
51
<dependency >
52
52
<groupId >org.htmlunit</groupId >
53
53
<artifactId >htmlunit</artifactId >
54
- <version >4.11.0 </version >
54
+ <version >4.11.1 </version >
55
55
</dependency >
56
56
```
57
57
@@ -60,7 +60,7 @@ Add to your `pom.xml`:
60
60
Add to your ` build.gradle ` :
61
61
62
62
``` groovy
63
- implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.11.0 '
63
+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.11.1 '
64
64
```
65
65
66
66
## Vulnerabilities
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >org.htmlunit</groupId >
7
7
<artifactId >htmlunit</artifactId >
8
- <version >4.11.1-SNAPSHOT </version >
8
+ <version >4.11.1</version >
9
9
<name >HtmlUnit</name >
10
10
<organization >
11
11
<name >Gargoyle Software Inc.</name >
39
39
<brotli .version>0.1.2</brotli .version>
40
40
41
41
42
- <htmlunitdriver .version>4.30.0-SNAPSHOT </htmlunitdriver .version>
42
+ <htmlunitdriver .version>4.30.0</htmlunitdriver .version>
43
43
<selenium .version>4.30.0</selenium .version>
44
44
<selenium .devtools.artifactId>selenium-devtools-v134</selenium .devtools.artifactId>
45
45
Original file line number Diff line number Diff line change 7
7
</properties>
8
8
9
9
<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">
11
11
<action type="fix" dev="rbri">
12
12
NumberFormatException when calculating the clientHeight/offsetHeight.
13
13
</action>
You can’t perform that action at this time.
0 commit comments