Update to org.hsqldb:hsqldb 2.7.2

Closes gh-1399
This commit is contained in:
Joe Grandja
2023-10-16 15:55:20 -04:00
parent c5d0267d54
commit e92206afbc

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