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 724990a1735a6ba0103a94c6f53fdd64584e08c5 Author: Juan Pablo Santos RodrÃguez <[email protected]> AuthorDate: Thu Nov 18 18:28:13 2021 +0100 Update Lucene to 8.11.0 --- LICENSE | 16 ++++++++-------- pom.xml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/LICENSE b/LICENSE index 5ed8c61..bda75d6 100644 --- a/LICENSE +++ b/LICENSE @@ -254,14 +254,14 @@ log4j-1.2-api-2.14.1.jar LICENSE log4j-api-2.14.1.jar LICENSE log4j-core-2.14.1.jar LICENSE log4j-slf4j-impl-2.14.1 LICENSE -lucene-analyzers-common-8.10.1.jar LICENSE -lucene-backward-codecs-8.10.1.jar LICENSE -lucene-core-8.10.1.jar LICENSE -lucene-highlighter-8.10.1.jar LICENSE -lucene-memory-8.10.1.jar LICENSE -lucene-queries-8.10.1.jar LICENSE -lucene-queryparser-8.10.1.jar LICENSE -lucene-sandbox-8.10.1.jar LICENSE +lucene-analyzers-common-8.11.0.jar LICENSE +lucene-backward-codecs-8.11.0.jar LICENSE +lucene-core-8.11.0.jar LICENSE +lucene-highlighter-8.11.0.jar LICENSE +lucene-memory-8.11.0.jar LICENSE +lucene-queries-8.11.0.jar LICENSE +lucene-queryparser-8.11.0.jar LICENSE +lucene-sandbox-8.11.0.jar LICENSE mail-1.4.7.jar ./jspwiki-war/src/main/config/doc/LICENSE.cddl nekohtml-1.9.22.jar LICENSE org.suigeneris.jrcs.diff-0.4.2 LICENSE diff --git a/pom.xml b/pom.xml index 7e6f7d9..069dc69 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ <junit.version>5.8.1</junit.version> <log4j.version>1.2.17</log4j.version> <log4j2.version>2.14.1</log4j2.version> - <lucene.version>8.10.1</lucene.version> + <lucene.version>8.11.0</lucene.version> <mockito.version>4.0.0</mockito.version> <nekohtml.version>1.9.22</nekohtml.version> <oro.version>2.0.8</oro.version>
