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 77608854a136e87a7122e30e9ad7b231e5b7b489 Author: Juan Pablo Santos RodrÃguez <[email protected]> AuthorDate: Sun Apr 13 15:33:36 2025 +0200 Update dependencies, closes #373, closes #375 --- LICENSE | 16 ++++++++-------- pom.xml | 10 +++++----- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/LICENSE b/LICENSE index f04ebd00d..9b61d7c49 100644 --- a/LICENSE +++ b/LICENSE @@ -216,10 +216,10 @@ commons-codec-1.3.jar LICENSE commons-collections-4.4.jar LICENSE commons-fileupload-1.5.jar LICENSE commons-httpclient-3.1.jar LICENSE -commons-io-2.18.0.jar LICENSE +commons-io-2.19.0.jar LICENSE commons-lang-3.17.0.jar LICENSE commons-logging-1.0.4.jar LICENSE -commons-text-1.13.0.jar LICENSE +commons-text-1.13.1.jar LICENSE ehcache-2.10.9.2.jar LICENSE flexmark-0.64.8.jar ./jspwiki-war/src/main/config/doc/LICENSE.flexmark flexmark-ext-attributes-0.64.8.jar ./jspwiki-war/src/main/config/doc/LICENSE.flexmark @@ -273,8 +273,8 @@ oro-2.0.8.jar LICENSE sandler-0.5.jar ./jspwiki-war/src/main/config/doc/LICENSE.sandler slf4-api-1.7.36.jar ./jspwiki-war/src/main/config/doc/LICENSE.mit xercesImpl-2.10.0.jar LICENSE -tika-core-2.9.2.jar LICENSE -tika-parsers-2.9.2.jar LICENSE +tika-core-3.1.0.jar LICENSE +tika-parsers-3.1.0.jar LICENSE xml-apis-1.4.01 LICENSE xmlrpc-2.0.1.jar LICENSE xpp3-1.1.3.4-RC3 ./jspwiki-war/src/main/config/doc/LICENSE.cc-cod @@ -284,11 +284,11 @@ TEST LIBRARY LICENSE FILE awaitility-4.2.1.jar LICENSE commons-el-1.0.jar LICENSE custom_rhino-0.4.3.jar ./jspwiki-war/src/main/config/doc/LICENSE.mpl -hsqldb-2.7.3.jar ./jspwiki-war/src/main/config/doc/LICENSE.hsqldb -sqltool-2.7.3.jar ./jspwiki-war/src/main/config/doc/LICENSE.hsqldb +hsqldb-2.7.4.jar ./jspwiki-war/src/main/config/doc/LICENSE.hsqldb +sqltool-2.7.4.jar ./jspwiki-war/src/main/config/doc/LICENSE.hsqldb jamm-0.4.0.jar LICENSE jetty-all-9.4.54.v20240208.jar LICENSE -junit-5.12.1 ./jspwiki-war/src/main/config/doc/LICENSE.cpl +junit-5.12.2 ./jspwiki-war/src/main/config/doc/LICENSE.cpl mockito-core-5.16.0.jar ./jspwiki-war/src/main/config/doc/LICENSE.mit selenide-6.19.0.jar ./jspwiki-war/src/main/config/doc/LICENSE.mit stripes-1.7.0-async.jar LICENSE @@ -306,7 +306,7 @@ SlimBox ./jspwiki-war/src/main/config/doc/LI RESOURCES LICENSE FILE ============================================================================================================= -Apache Tomcat 9.0.102 LICENSE +Apache Tomcat 9.0.104 LICENSE Font Awesome (CSS & LESS files) ./jspwiki-war/src/main/config/doc/LICENSE.mit Font Awesome (Fonts) ./jspwiki-war/src/main/config/doc/LICENSE.ofl SilkIconSet ./jspwiki-war/src/main/config/doc/LICENSE.SilkIconSet diff --git a/pom.xml b/pom.xml index f357606dd..47f43b8cb 100644 --- a/pom.xml +++ b/pom.xml @@ -50,14 +50,14 @@ <commons-collections.version>4.4</commons-collections.version> <commons-fileupload.version>1.5</commons-fileupload.version> <commons-httpclient.version>3.1</commons-httpclient.version> - <commons-io.version>2.18.0</commons-io.version> + <commons-io.version>2.19.0</commons-io.version> <commons-lang.version>3.17.0</commons-lang.version> - <commons-text.version>1.13.0</commons-text.version> + <commons-text.version>1.13.1</commons-text.version> <ehcache.version>2.10.9.2</ehcache.version> <flexmark.version>0.64.8</flexmark.version> <freshcookies-security.version>0.60</freshcookies-security.version> <gson.version>2.11.0</gson.version> - <hsqldb.version>2.7.2</hsqldb.version> + <hsqldb.version>2.7.4</hsqldb.version> <jamm.version>0.4.0</jamm.version> <jaxen.version>2.0.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.54.v20240208</jetty.version> <jrcs-diff.version>0.4.2</jrcs-diff.version> - <junit.version>5.12.1</junit.version> + <junit.version>5.12.2</junit.version> <log4j2.version>2.24.2</log4j2.version> <lucene.version>9.12.0</lucene.version> <mockito.version>5.16.0</mockito.version> @@ -78,7 +78,7 @@ <slf4j.version>1.7.36</slf4j.version> <stripes.version>1.7.0-async-beta</stripes.version> <tika.version>3.1.0</tika.version> - <tomcat.version>9.0.102</tomcat.version> + <tomcat.version>9.0.104</tomcat.version> <wro4j.version>1.8.0</wro4j.version> <xmlrpc.version>2.0.1</xmlrpc.version> <xstream.version>1.4.21</xstream.version>
