Commit a481b4ae authored by Stephane Nicoll's avatar Stephane Nicoll

Upgrade to HSQLDB 2.5.2

Closes gh-26051
parent 15f0d3d2
......@@ -444,7 +444,10 @@ bom {
]
}
}
library("HSQLDB", "2.5.1") {
library("HSQLDB", "2.5.2") {
prohibit("[2.6.0,)") {
because "it requires Java 11"
}
group("org.hsqldb") {
modules = [
"hsqldb"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment