Update to hsqldb:2.7.0

Closes gh-938
This commit is contained in:
Joe Grandja
2022-10-22 06:32:57 -04:00
parent b664c09a5f
commit 2ba7bba28f

View File

@@ -19,6 +19,6 @@ dependencies {
api "com.squareup.okhttp3:mockwebserver:4.10.0"
api "com.squareup.okhttp3:okhttp:4.10.0"
api "com.jayway.jsonpath:json-path:2.7.0"
api "org.hsqldb:hsqldb:2.6.1"
api "org.hsqldb:hsqldb:2.7.0"
}
}