Skip to content

Commit 4447140

Browse files
authored
Fix incorrect HtmlUnit dependency (#303)
1 parent 39aee4f commit 4447140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selenium4Deps.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
api 'org.seleniumhq.selenium:selenium-safari-driver:4.33.0'
3535
api 'com.nordstrom.ui-tools:htmlunit-remote:4.33.0'
3636
api 'org.seleniumhq.selenium:htmlunit3-driver:4.33.0'
37-
api 'org.htmlunit:htmlunit:4.12.0'
37+
api 'org.htmlunit:htmlunit:4.13.0'
3838
api 'com.codeborne:phantomjsdriver:1.5.0'
3939
api 'org.apache.httpcomponents:httpclient:4.5.14'
4040
api 'org.eclipse.jetty:jetty-servlet:9.4.57.v20241219'

0 commit comments

Comments
 (0)