Update JUnit to 5.9.0, HSQLDB to 2.7.0 - closes #217, closes #218, thanks to dependabot

no version bump as they're test dependencies
diff --git a/ChangeLog.md b/ChangeLog.md
index 3b7a109..7c9bfa3 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -22,6 +22,8 @@
 * _2.11.3-git-12_
 
 * Dependency updates
+    * JUnit to 5.9.0 (closes [#218](https://github.com/apache/jspwiki/pull/218)), thanks to dependabot
+    * HSQLDB to 2.7.0 (closes [#217](https://github.com/apache/jspwiki/pull/217)), thanks to dependabot
     * Tomcat to 9.0.65 (closes [#210](https://github.com/apache/jspwiki/pull/210)), thanks to dependabot 
     * Maven plugins: install to 3.0.1 (closes [#214](https://github.com/apache/jspwiki/pull/214)), assembly to 3.4.2 (closes [#215](https://github.com/apache/jspwiki/pull/215)), surefire junit5 tree reporter to 1.1.0 (closes [#216](https://github.com/apache/jspwiki/pull/216)), thanks to dependabot
 
diff --git a/LICENSE b/LICENSE
index 8f1536e..ea0e456 100644
--- a/LICENSE
+++ b/LICENSE
@@ -283,10 +283,10 @@
 awaitility-4.2.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.1.jar                            ./jspwiki-war/src/main/config/doc/LICENSE.hsqldb
-sqltool-2.6.1.jar                           ./jspwiki-war/src/main/config/doc/LICENSE.hsqldb
+hsqldb-2.7.0.jar                            ./jspwiki-war/src/main/config/doc/LICENSE.hsqldb
+sqltool-2.7.0.jar                           ./jspwiki-war/src/main/config/doc/LICENSE.hsqldb
 jetty-all-9.4.48.v20220622.jar              LICENSE
-junit-5.8.2                                 ./jspwiki-war/src/main/config/doc/LICENSE.cpl
+junit-5.9.0                                 ./jspwiki-war/src/main/config/doc/LICENSE.cpl
 mockito-core-4.6.1.jar                      ./jspwiki-war/src/main/config/doc/LICENSE.mit
 selenide-6.6.6.jar                          ./jspwiki-war/src/main/config/doc/LICENSE.mit
 stripes-1.7.0-async.jar                     LICENSE
diff --git a/pom.xml b/pom.xml
index 6d0b22f..abc769f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
     <flexmark.version>0.62.2</flexmark.version> <!-- 0.64.0 and above require JDK >= 11 to execute -->

     <freshcookies-security.version>0.60</freshcookies-security.version>

     <gson.version>2.9.0</gson.version>

-    <hsqldb.version>2.6.1</hsqldb.version>

+    <hsqldb.version>2.7.0</hsqldb.version>

     <jamm.version>0.3.3</jamm.version>

     <jaxen.version>1.2.0</jaxen.version>

     <javax-jstl.version>1.2</javax-jstl.version>

@@ -67,7 +67,7 @@
     <jdom2.version>2.0.6</jdom2.version>

     <jetty.version>9.4.48.v20220622</jetty.version>

     <jrcs-diff.version>0.4.2</jrcs-diff.version>

-    <junit.version>5.8.2</junit.version>

+    <junit.version>5.9.0</junit.version>

     <log4j2.version>2.18.0</log4j2.version>

     <lucene.version>8.11.2</lucene.version> <!-- 9.0.0 and above require JDK >= 11 to execute -->

     <mockito.version>4.6.1</mockito.version>