Browse Source

Upgrade to HtmlUnit 4.8.0

Closes gh-43798
pull/43807/head
Stéphane Nicoll 12 months ago
parent
commit
f826163eab
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -576,7 +576,7 @@ bom { @@ -576,7 +576,7 @@ bom {
]
}
}
library("HtmlUnit", "4.7.0") {
library("HtmlUnit", "4.8.0") {
group("org.htmlunit") {
modules = [
"htmlunit" {

Loading…
Cancel
Save