Browse Source

Upgrade to HSQLDB 2.5.2

Closes gh-26096
pull/27078/head
Stephane Nicoll 5 years ago
parent
commit
274cfc0af0
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save