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 557469452209e0926607b12367a168f4c25545ff
Author: Juan Pablo Santos Rodríguez <[email protected]>
AuthorDate: Mon Dec 4 22:42:03 2023 +0100

    Dependency updates
    
    * Lucene 9.9.0
    * Mockito 5.8.0 (closes #325, thanks to dependabot)
    * maven-javadoc-plugin to 3.6.3
---
 LICENSE | 18 +++++++++---------
 pom.xml |  6 +++---
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/LICENSE b/LICENSE
index 8a2a0a3dc..02453c3c5 100644
--- a/LICENSE
+++ b/LICENSE
@@ -257,14 +257,14 @@ log4j-1.2-api-2.20.0.jar                    LICENSE
 log4j-api-2.20.0.jar                        LICENSE
 log4j-core-2.20.0.jar                       LICENSE
 log4j-slf4j-impl-2.20.0                     LICENSE
-lucene-analyzers-common-9.8.0.jar           LICENSE
-lucene-backward-codecs-9.8.0.jar            LICENSE
-lucene-core-9.8.0.jar                       LICENSE
-lucene-highlighter-9.8.0.jar                LICENSE
-lucene-memory-9.8.0.jar                     LICENSE
-lucene-queries-9.8.0.jar                    LICENSE
-lucene-queryparser-9.8.0.jar                LICENSE
-lucene-sandbox-9.8.0.jar                    LICENSE
+lucene-analyzers-common-9.9.0.jar           LICENSE
+lucene-backward-codecs-9.9.0.jar            LICENSE
+lucene-core-9.9.0.jar                       LICENSE
+lucene-highlighter-9.9.0.jar                LICENSE
+lucene-memory-9.9.0.jar                     LICENSE
+lucene-queries-9.9.0.jar                    LICENSE
+lucene-queryparser-9.9.0.jar                LICENSE
+lucene-sandbox-9.9.0.jar                    LICENSE
 mail-1.4.7.jar                              
./jspwiki-war/src/main/config/doc/LICENSE.cddl
 nekohtml-2.0.2.jar (codelibs fork)          LICENSE
 org.suigeneris.jrcs.diff-0.4.2              LICENSE
@@ -288,7 +288,7 @@ sqltool-2.7.2.jar                           
./jspwiki-war/src/main/config/doc/LI
 jamm-0.4.0.jar                              LICENSE
 jetty-all-9.4.53.v20231009.jar              LICENSE
 junit-5.10.1                                 
./jspwiki-war/src/main/config/doc/LICENSE.cpl
-mockito-core-5.7.0.jar                      
./jspwiki-war/src/main/config/doc/LICENSE.mit
+mockito-core-5.8.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
 yuicompressor-2.4.7.jar                     
./jspwiki-war/src/main/config/doc/LICENSE.yui
diff --git a/pom.xml b/pom.xml
index a965cd751..485a5debf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,8 +69,8 @@
     <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.8.0</lucene.version>
-    <mockito.version>5.7.0</mockito.version>
+    <lucene.version>9.9.0</lucene.version>
+    <mockito.version>5.8.0</mockito.version>
     <nekohtml.version>2.1.2</nekohtml.version>
     <oro.version>2.0.8</oro.version>
     <sandler.version>0.5</sandler.version>
@@ -90,7 +90,7 @@
     <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.2</plugin.javadoc.version>
+    <plugin.javadoc.version>3.6.3</plugin.javadoc.version>
     <plugin.jxr.version>3.3.1</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>

Reply via email to