Update to org.hsqldb:hsqldb 2.7.2

Closes gh-1340
This commit is contained in:
Joe Grandja
2023-08-22 09:52:37 -07:00
parent b07be7103c
commit db95a25eb7

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