Browse Source

Upgrade to HtmlUnit 4.3.0

Closes gh-41408
pull/41443/head
Andy Wilkinson 2 years ago
parent
commit
e226abc398
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -568,7 +568,7 @@ bom { @@ -568,7 +568,7 @@ bom {
]
}
}
library("HtmlUnit", "4.2.0") {
library("HtmlUnit", "4.3.0") {
group("org.htmlunit") {
modules = [
"htmlunit" {

Loading…
Cancel
Save