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 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`:
6060Add 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
Original file line number Diff line number Diff line change 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 >
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
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments