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 19d568ff812d9661065f0476c78f33f86f5c4533
Author: Juan Pablo Santos Rodríguez <juanpablo.san...@gmail.com>
AuthorDate: Sun Nov 19 22:14:17 2023 +0100

    Dependency updates
    
    * Apache Parent to 31
    * Commons IO to 2.15.0
    * Commons Text to 1.11.0
    * Jamm to 0.4.0
    * Jetty to 9.4.53.v20231009
    * JUnit to 5.10.1
    * Tika to 2.9.1
    * Tomcat to 9.0.83
    * Maven plugins: clean to 3.3.2, dependency to 3.6.1, javadoc to 3.6.2, jxr 
to 3.3.1, surefire to 3.2.2, sonar to 3.10.0.2594
    
    closes #296, thanks to dependabot
    closes #308, thanks to dependabot
    closes #313, thanks to dependabot
---
 pom.xml | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1dfa3aee4..6deed41f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>30</version>
+    <version>31</version>
   </parent>
 
   <groupId>org.apache.jspwiki</groupId>
@@ -50,24 +50,24 @@
     <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.14.0</commons-io.version>
+    <commons-io.version>2.15.0</commons-io.version>
     <commons-lang.version>3.13.0</commons-lang.version>
-    <commons-text.version>1.10.0</commons-text.version>
+    <commons-text.version>1.11.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>
     <gson.version>2.10.1</gson.version>
     <hsqldb.version>2.7.2</hsqldb.version>
-    <jamm.version>0.3.3</jamm.version>
+    <jamm.version>0.4.0</jamm.version>
     <jaxen.version>2.0.0</jaxen.version>
     <javax-jstl.version>1.2</javax-jstl.version>
     <javax-mail.version>1.4.7</javax-mail.version>
     <javax-jsp-api.version>2.3.3</javax-jsp-api.version>
     <javax-servlet-api.version>3.1.0</javax-servlet-api.version>
     <jdom2.version>2.0.6</jdom2.version>
-    <jetty.version>9.4.51.v20230217</jetty.version>
+    <jetty.version>9.4.53.v20231009</jetty.version>
     <jrcs-diff.version>0.4.2</jrcs-diff.version>
-    <junit.version>5.10.0</junit.version>
+    <junit.version>5.10.1</junit.version>
     <log4j2.version>2.20.0</log4j2.version>
     <lucene.version>9.8.0</lucene.version>
     <mockito.version>5.5.0</mockito.version>
@@ -77,27 +77,27 @@
     <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.8.0</tika.version>
-    <tomcat.version>9.0.80</tomcat.version>
+    <tika.version>2.9.1</tika.version>
+    <tomcat.version>9.0.83</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.clean.version>3.3.1</plugin.clean.version>
+    <plugin.clean.version>3.3.2</plugin.clean.version>
     <plugin.compiler.version>3.11.0</plugin.compiler.version>
-    <plugin.dependency.version>3.6.0</plugin.dependency.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.0</plugin.javadoc.version>
-    <plugin.jxr.version>3.3.0</plugin.jxr.version>
+    <plugin.javadoc.version>3.6.2</plugin.javadoc.version>
+    <plugin.jxr.version>3.3.1</plugin.jxr.version>
     
<plugin.project-info-reports.version>3.4.5</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.resources.version>3.3.1</plugin.resources.version>
     <plugin.source.version>3.3.0</plugin.source.version>
-    <plugin.surefire.version>3.1.2</plugin.surefire.version>
+    <plugin.surefire.version>3.2.2</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>
@@ -107,7 +107,7 @@
     <plugin.cargo.version>1.10.9</plugin.cargo.version>
     <plugin.clirr.version>2.8</plugin.clirr.version>
     <plugin.cobertura.version>2.7</plugin.cobertura.version>
-    <plugin.sonar.version>3.9.1.2184</plugin.sonar.version>
+    <plugin.sonar.version>3.10.0.2594</plugin.sonar.version>
     <plugin.sonar-report.version>0.1</plugin.sonar-report.version>
     
<plugin.eclipse-lifecycle-mapping.version>1.0.0</plugin.eclipse-lifecycle-mapping.version>
     <maven.compiler.source>${jdk.version}</maven.compiler.source> <!-- 
override values from parent pom -->

Reply via email to