This is an automated email from the ASF dual-hosted git repository. juanpablo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jspwiki.git
commit f7d22c74c8883f7986b7789bc4e9dcaaea38f7a2 Author: Juan Pablo Santos RodrÃguez <[email protected]> AuthorDate: Mon Nov 15 15:22:38 2021 +0100 Update HSQLDB to 2.6.1 - closes #151 --- LICENSE | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index b155252..0f32ccc 100644 --- a/LICENSE +++ b/LICENSE @@ -280,8 +280,8 @@ TEST LIBRARY LICENSE FILE awaitility-4.1.0.jar LICENSE commons-el-1.0.jar LICENSE custom_rhino-0.4.3.jar ./jspwiki-war/src/main/config/doc/LICENSE.mpl -hsqldb-2.6.0.jar ./jspwiki-war/src/main/config/doc/LICENSE.hsqldb -sqltool-2.6.0.jar ./jspwiki-war/src/main/config/doc/LICENSE.hsqldb +hsqldb-2.6.1.jar ./jspwiki-war/src/main/config/doc/LICENSE.hsqldb +sqltool-2.6.1.jar ./jspwiki-war/src/main/config/doc/LICENSE.hsqldb jetty-all-9.4.44.v20210927.jar LICENSE junit-5.8.1 ./jspwiki-war/src/main/config/doc/LICENSE.cpl mockito-core-4.0.0.jar ./jspwiki-war/src/main/config/doc/LICENSE.mit diff --git a/pom.xml b/pom.xml index 8ef05e3..af93b41 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ <flexmark.version>0.62.2</flexmark.version> <freshcookies-security.version>0.60</freshcookies-security.version> <gson.version>2.8.9</gson.version> - <hsqldb.version>2.6.0</hsqldb.version> + <hsqldb.version>2.6.1</hsqldb.version> <jaxen.version>1.2.0</jaxen.version> <javax-jstl.version>1.2</javax-jstl.version> <javax-mail.version>1.4.7</javax-mail.version>
