Update to org.hsqldb:hsqldb 2.7.3

Closes gh-1648
This commit is contained in:
Joe Grandja
2024-06-17 15:58:48 -04:00
parent ca14837d85
commit 6617c6742c

View File

@@ -19,6 +19,6 @@ dependencies {
api "com.squareup.okhttp3:mockwebserver:4.12.0"
api "com.squareup.okhttp3:okhttp:4.12.0"
api "com.jayway.jsonpath:json-path:2.8.0"
api "org.hsqldb:hsqldb:2.7.2"
api "org.hsqldb:hsqldb:2.7.3"
}
}