Downgrade to hsqldb 2.5.2

Closes gh-771
This commit is contained in:
Steve Riesenberg
2022-06-08 17:40:56 -05:00
parent e204b6bced
commit dc79172a4b

View File

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