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 d09539131830b1a357faae4dd1d73ff353ae36da
Author: Juan Pablo Santos Rodríguez <juanpablo.san...@gmail.com>
AuthorDate: Tue Apr 9 15:40:54 2024 +0200

    Dependency updates
    
    * Commons IO to 2.16.1
    * JUnit to 5.10.2
    * Log4J2 to 2.23.0
    * Lucene to 9.10.0
    * Mockito to 5.11.0
    * Tika to 2.9.2
    * Tomcat to 9.0.87
    * Maven plugins: assembly to 3.7.1, compiler to 3.13.0, jxr to 3.3.2, 
remote-resources to 3.2.0, source to 3.3.1, surefire to 3.2.5, jdk-doclet to 
2.1.2
    
    closes #329
    closes #328
    closes #327
    closes #326
---
 pom.xml | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index 485a5debf..b5909c18b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     
<project.build.outputTimestamp>2023-08-07T19:55:12Z</project.build.outputTimestamp>
 <!-- will be changed by release plugin during releases -->
     <jdk.version>11</jdk.version>
-    <jdk.javadoc.doclet.version>2.1.1</jdk.javadoc.doclet.version>
+    <jdk.javadoc.doclet.version>2.1.2</jdk.javadoc.doclet.version>
     <maven.version>3.5</maven.version>
 
     <akismet-java.version>1.02</akismet-java.version>
@@ -50,7 +50,7 @@
     <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.15.0</commons-io.version>
+    <commons-io.version>2.16.1</commons-io.version>
     <commons-lang.version>3.14.0</commons-lang.version>
     <commons-text.version>1.11.0</commons-text.version>
     <ehcache.version>2.10.9.2</ehcache.version>
@@ -67,37 +67,37 @@
     <jdom2.version>2.0.6</jdom2.version>
     <jetty.version>9.4.53.v20231009</jetty.version>
     <jrcs-diff.version>0.4.2</jrcs-diff.version>
-    <junit.version>5.10.1</junit.version>
-    <log4j2.version>2.20.0</log4j2.version>
-    <lucene.version>9.9.0</lucene.version>
-    <mockito.version>5.8.0</mockito.version>
+    <junit.version>5.10.2</junit.version>
+    <log4j2.version>2.23.0</log4j2.version>
+    <lucene.version>9.10.0</lucene.version>
+    <mockito.version>5.11.0</mockito.version>
     <nekohtml.version>2.1.2</nekohtml.version>
     <oro.version>2.0.8</oro.version>
     <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>2.9.1</tika.version>
-    <tomcat.version>9.0.83</tomcat.version>
+    <tika.version>2.9.2</tika.version>
+    <tomcat.version>9.0.87</tomcat.version>
     <wro4j.version>1.8.0</wro4j.version>
     <xmlrpc.version>2.0.1</xmlrpc.version>
 
     <plugin.antrun.version>3.1.0</plugin.antrun.version>
-    <plugin.assembly.version>3.6.0</plugin.assembly.version>
+    <plugin.assembly.version>3.7.1</plugin.assembly.version>
     <plugin.clean.version>3.3.2</plugin.clean.version>
-    <plugin.compiler.version>3.11.0</plugin.compiler.version>
+    <plugin.compiler.version>3.13.0</plugin.compiler.version>
     <plugin.dependency.version>3.6.1</plugin.dependency.version>
     <plugin.enforcer.version>3.4.1</plugin.enforcer.version>
     <plugin.install.version>3.1.1</plugin.install.version>
     <plugin.jar.version>3.3.0</plugin.jar.version>
     <plugin.javadoc.version>3.6.3</plugin.javadoc.version>
-    <plugin.jxr.version>3.3.1</plugin.jxr.version>
+    <plugin.jxr.version>3.3.2</plugin.jxr.version>
     
<plugin.project-info-reports.version>3.5.0</plugin.project-info-reports.version>
     <plugin.release.version>3.0.1</plugin.release.version>
-    <plugin.remote-resources.version>3.1.0</plugin.remote-resources.version>
+    <plugin.remote-resources.version>3.2.0</plugin.remote-resources.version>
     <plugin.resources.version>3.3.1</plugin.resources.version>
-    <plugin.source.version>3.3.0</plugin.source.version>
-    <plugin.surefire.version>3.2.2</plugin.surefire.version>
+    <plugin.source.version>3.3.1</plugin.source.version>
+    <plugin.surefire.version>3.2.5</plugin.surefire.version>
     
<plugin.surefire.junit5-tree-reporter.version>1.2.1</plugin.surefire.junit5-tree-reporter.version>
     <plugin.war.version>3.4.0</plugin.war.version>
     <plugin.inmemdb.version>1.4.3</plugin.inmemdb.version>

Reply via email to