Update to hsqldb 2.7.1

Closes gh-976
This commit is contained in:
Joe Grandja
2022-11-16 15:57:16 -05:00
parent 12cb396703
commit d02f434688

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.7.0"
api "org.hsqldb:hsqldb:2.7.1"
}
}