Browse Source

Upgrade to HSQLDB 2.5.1

Closes gh-22462
pull/22996/head
Andy Wilkinson 6 years ago
parent
commit
1663e46720
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -443,7 +443,7 @@ bom { @@ -443,7 +443,7 @@ bom {
]
}
}
library("HSQLDB", "2.5.0") {
library("HSQLDB", "2.5.1") {
group("org.hsqldb") {
modules = [
"hsqldb"

Loading…
Cancel
Save