Upgrade to Derby 10.15.2.0

Closes gh-29509
This commit is contained in:
Andy Wilkinson
2022-01-20 16:09:56 +00:00
parent 75fce16633
commit 7b35fabf07
4 changed files with 8 additions and 3 deletions

View File

@@ -174,11 +174,13 @@ bom {
]
}
}
library("Derby", "10.14.2.0") {
library("Derby", "10.15.2.0") {
group("org.apache.derby") {
modules = [
"derby",
"derbyclient"
"derbyclient",
"derbyshared",
"derbytools"
]
}
}