3
0
mirror of https://github.com/Qortal/qortal.git synced 2025-02-11 17:55:50 +00:00

Bump HSQLDB to r5970

This commit is contained in:
catbref 2019-04-29 11:04:19 +01:00
parent db77901026
commit ea913ad90e
3 changed files with 10 additions and 1 deletions

Binary file not shown.

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>r5970</version>
<description>POM was created from install:install-file</description>
</project>

View File

@ -9,7 +9,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<bouncycastle.version>1.61</bouncycastle.version>
<dagger.version>1.2.2</dagger.version>
<hsqldb.version>r5836</hsqldb.version>
<hsqldb.version>r5970</hsqldb.version>
<sqltool.version>2.4.1</sqltool.version>
<jetty.version>9.4.12.v20180830</jetty.version>
<jersey.version>2.27</jersey.version>