Browse Source

Merge branch '2.7.x'

pull/30415/head
Stephane Nicoll 4 years ago
parent
commit
1f0025b7df
  1. 4
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -397,7 +397,7 @@ bom { @@ -397,7 +397,7 @@ bom {
]
}
}
library("HtmlUnit", "2.59.0") {
library("HtmlUnit", "2.60.0") {
group("net.sourceforge.htmlunit") {
modules = [
"htmlunit" {
@ -1251,7 +1251,7 @@ bom { @@ -1251,7 +1251,7 @@ bom {
]
}
}
library("Selenium HtmlUnit", "3.59.0") {
library("Selenium HtmlUnit", "3.60.0") {
group("org.seleniumhq.selenium") {
modules = [
"htmlunit-driver"

Loading…
Cancel
Save