File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11# ![ HtmlUnitDriver Logo] ( https://github.com/SeleniumHQ/htmlunit-driver/blob/master/htmlunit_webdriver.png )
22
3- Version 4.36.0 / October 05 , 2025
3+ Version 4.36.1 / October 11 , 2025
44
55** HtmlUnitDriver** is a WebDriver compatible driver for the [ HtmlUnit] ( https://www.htmlunit.org ) headless browser.
66
@@ -37,7 +37,7 @@ Add to your `pom.xml`:
3737<dependency >
3838 <groupId >org.seleniumhq.selenium</groupId >
3939 <artifactId >htmlunit3-driver</artifactId >
40- <version >4.36.0 </version >
40+ <version >4.36.1 </version >
4141</dependency >
4242```
4343
@@ -46,7 +46,7 @@ Add to your `pom.xml`:
4646Add to your ` build.gradle ` :
4747
4848``` groovy
49- implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.36.0 '
49+ implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.36.1 '
5050```
5151
5252
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ is for Selenium 4.36.0.
88
99| selenium | htmlunit-driver | htmlunit | artifactId | JDK |
1010| ----------| -----------------| ----------------| ------------------| ------|
11- | 4.36.0 | ** 4.36.0** | ** 4.17.0** | htmlunit3-driver | 11 |
11+ | 4.36.0 | ** 4.36.1** | ** 4.17.0** | htmlunit3-driver | 11 |
12+ | 4.36.0 | 4.36.0 | 4.17.0 | htmlunit3-driver | 11 |
1213| 4.35.0 | 4.35.0 | 4.15.0 | htmlunit3-driver | 11 |
1314| 4.34.0 | 4.34.0 | 4.14.0 | htmlunit3-driver | 11 |
1415| 4.33.0 | 4.33.0 | 4.13.0 | htmlunit3-driver | 11 |
Original file line number Diff line number Diff line change 55
66 <groupId >org.seleniumhq.selenium</groupId >
77 <artifactId >htmlunit3-driver</artifactId >
8- <version >4.36.1-SNAPSHOT </version >
8+ <version >4.36.1</version >
99
1010 <name >${project.artifactId} </name >
1111 <description >WebDriver compatible driver for HtmlUnit headless browser</description >
You can’t perform that action at this time.
0 commit comments