Browse Source

Upgrade to HSQLDB 2.5.1

Closes gh-22798
pull/22834/head
Andy Wilkinson 6 years ago
parent
commit
ebcecf3669
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save