Browse Source

Upgrade to HtmlUnit 2.59.0

Closes gh-30295
pull/30406/head
Stephane Nicoll 4 years ago
parent
commit
fa6bcd5d6c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -488,7 +488,7 @@ bom {
] ]
} }
} }
library("HtmlUnit", "2.58.0") { library("HtmlUnit", "2.59.0") {
group("net.sourceforge.htmlunit") { group("net.sourceforge.htmlunit") {
modules = [ modules = [
"htmlunit" { "htmlunit" {

Loading…
Cancel
Save