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


The following commit(s) were added to refs/heads/master by this push:
     new 8b891d5a6 Update JUnit to 5.9.0, HSQLDB to 2.7.0 - closes #217, closes 
#218, thanks to dependabot
8b891d5a6 is described below

commit 8b891d5a6971a3c4f0967aa921b8383ec1dfdaf4
Author: Juan Pablo Santos Rodríguez <[email protected]>
AuthorDate: Thu Jul 28 23:03:58 2022 +0200

    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
---
 ChangeLog.md | 2 ++
 LICENSE      | 6 +++---
 pom.xml      | 4 ++--
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/ChangeLog.md b/ChangeLog.md
index 3b7a10932..7c9bfa3f8 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -22,6 +22,8 @@ under the License.
 * _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 8f1536e6b..ea0e456b2 100644
--- a/LICENSE
+++ b/LICENSE
@@ -283,10 +283,10 @@ TEST LIBRARY                                LICENSE FILE
 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 6d0b22f52..abc769f0c 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>

Reply via email to