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 4fe2aed89e432a2a54fb24dee58d28627123df57 Author: Juan Pablo Santos RodrÃguez <[email protected]> AuthorDate: Sat Sep 27 21:48:03 2025 +0200 Depedencies update --- LICENSE | 12 ++++++------ pom.xml | 9 ++++----- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/LICENSE b/LICENSE index c22f264a5..da6b4b853 100644 --- a/LICENSE +++ b/LICENSE @@ -214,12 +214,12 @@ aws-java-sdk-core-1.12.565.jar LICENSE aws-java-sdk-kendra-1.12.565.jar LICENSE commons-codec-1.3.jar LICENSE commons-collections-4.4.jar LICENSE -commons-fileupload-1.6.0.jar LICENSE +commons-fileupload-2.0.0-M4.jar LICENSE commons-httpclient-3.1.jar LICENSE commons-io-2.20.0.jar LICENSE commons-lang-3.18.0.jar LICENSE commons-logging-1.0.4.jar LICENSE -commons-text-1.13.1.jar LICENSE +commons-text-1.14.0.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-3.2.0.jar LICENSE -tika-parsers-3.2.0.jar LICENSE +tika-core-3.2.3.jar LICENSE +tika-parsers-3.2.3.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 @@ -305,7 +305,7 @@ SlimBox ./jspwiki-war/src/main/config/doc/LI RESOURCES LICENSE FILE ============================================================================================================= -Apache Tomcat 9.0.107 LICENSE +Apache Tomcat 10.1.46 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 @@ -313,4 +313,4 @@ SilkIconSet ./jspwiki-war/src/main/config/doc/LI OTHER ============================================================================================================= While not bundled by default, Apache Tika extracts content from a lot of different file formats using several -OSS libraries, which can be consulted at https://tika.apache.org/3.2.0/formats.html \ No newline at end of file +OSS libraries, which can be consulted at https://tika.apache.org/3.2.3/formats.html \ No newline at end of file diff --git a/pom.xml b/pom.xml index 2f87b6053..67c47470d 100644 --- a/pom.xml +++ b/pom.xml @@ -41,18 +41,18 @@ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.build.outputTimestamp>2025-07-25T13:24:36Z</project.build.outputTimestamp> <!-- will be changed by release plugin during releases --> <jdk.version>11</jdk.version> - <jdk.javadoc.doclet.version>2.2.2</jdk.javadoc.doclet.version> + <jdk.javadoc.doclet.version>2.2.3</jdk.javadoc.doclet.version> <maven.version>3.5</maven.version> <akismet-java.version>1.02</akismet-java.version> <awaitility.version>4.3.0</awaitility.version> <aws-java-sdk-kendra.version>1.12.565</aws-java-sdk-kendra.version> <commons-collections.version>4.5.0</commons-collections.version> - <commons-fileupload.version>2.0.0-M2</commons-fileupload.version> + <commons-fileupload.version>2.0.0-M4</commons-fileupload.version> <commons-httpclient.version>3.1</commons-httpclient.version> <commons-io.version>2.20.0</commons-io.version> <commons-lang.version>3.18.0</commons-lang.version> - <commons-text.version>1.13.1</commons-text.version> + <commons-text.version>1.14.0</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> @@ -81,7 +81,6 @@ <sandler.version>0.5</sandler.version> <selenide.version>6.19.0</selenide.version> <slf4j.version>1.7.36</slf4j.version> - <stripes.version>1.7.0-async-beta</stripes.version> <tika.version>3.2.3</tika.version> <tomcat.version>10.1.46</tomcat.version> <wro4j.version>1.8.0</wro4j.version> @@ -103,7 +102,7 @@ <plugin.remote-resources.version>3.3.0</plugin.remote-resources.version> <plugin.resources.version>3.3.1</plugin.resources.version> <plugin.source.version>3.3.1</plugin.source.version> - <plugin.surefire.version>3.5.3</plugin.surefire.version> + <plugin.surefire.version>3.5.4</plugin.surefire.version> <plugin.surefire.junit5-tree-reporter.version>1.4.0</plugin.surefire.junit5-tree-reporter.version> <plugin.war.version>3.4.0</plugin.war.version> <plugin.inmemdb.version>1.4.3</plugin.inmemdb.version>
