Skip to content

Commit 09191b1

Browse files
committed
Upgrade to Selenium HtmlUnit 4.8.1.1
Closes gh-34690
1 parent 65fe80c commit 09191b1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,11 +1283,7 @@ bom {
12831283
]
12841284
}
12851285
}
1286-
library("Selenium HtmlUnit", "4.8.0") {
1287-
prohibit {
1288-
versionRange("[4.8.1,)")
1289-
because("it requires HtmlUnit 3.0.0 which is incompatible with Spring Framework 6.0")
1290-
}
1286+
library("Selenium HtmlUnit", "4.8.1.1") {
12911287
group("org.seleniumhq.selenium") {
12921288
modules = [
12931289
"htmlunit-driver"

0 commit comments

Comments
 (0)