Browse Source

Upgrade to HSQLDB 2.5.2

Closes gh-26101
pull/26435/head
Stephane Nicoll 5 years ago
parent
commit
0429ab4b88
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save