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
The following commit(s) were added to refs/heads/master by this push:
new 614f351 Update Log4J to 2.16.0, no version bump - closes #157
614f351 is described below
commit 614f3511358ba058f749b7b3a4e99863fa9d78e2
Author: Juan Pablo Santos RodrÃguez <[email protected]>
AuthorDate: Tue Dec 14 00:34:40 2021 +0100
Update Log4J to 2.16.0, no version bump - closes #157
---
ChangeLog.md | 2 +-
LICENSE | 8 ++++----
pom.xml | 3 +--
3 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/ChangeLog.md b/ChangeLog.md
index fafabae..398f9f8 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -27,7 +27,7 @@ under the License.
* Dependency updates
* Mockito to 4.1.0, thanks to dependabot
[#152](https://github.com/apache/jspwiki/pull/152)
- * Log4J2 to 2.15.0, thanks to [Paulino Calderon](https://github.com/cldrn)
[#155](https://github.com/apache/jspwiki/pull/155)
+ * Log4J2 to 2.15.0, thanks to [Paulino Calderon](https://github.com/cldrn)
[#155](https://github.com/apache/jspwiki/pull/155) and then to 2.16.0, thanks
to dependabot [#157](https://github.com/apache/jspwiki/pull/157)
* Sonar maven plugin to 3.9.1.2184, thanks to dependabot
[#153](https://github.com/apache/jspwiki/pull/153)
* Tomcat to 9.0.56
diff --git a/LICENSE b/LICENSE
index 5da5c1a..dea9987 100644
--- a/LICENSE
+++ b/LICENSE
@@ -250,10 +250,10 @@ jdom2-2.0.6.jar
./jspwiki-war/src/main/config/doc/LI
jmespath-java-1.12.59 LICENSE
joda-time-2.8.1 LICENSE
jstl-1.2.jar LICENSE
-log4j-1.2-api-2.15.0.jar LICENSE
-log4j-api-2.15.0.jar LICENSE
-log4j-core-2.15.0.jar LICENSE
-log4j-slf4j-impl-2.15.0 LICENSE
+log4j-1.2-api-2.16.0.jar LICENSE
+log4j-api-2.16.0.jar LICENSE
+log4j-core-2.16.0.jar LICENSE
+log4j-slf4j-impl-2.16.0 LICENSE
lucene-analyzers-common-8.11.0.jar LICENSE
lucene-backward-codecs-8.11.0.jar LICENSE
lucene-core-8.11.0.jar LICENSE
diff --git a/pom.xml b/pom.xml
index 3ed849a..94505de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,8 +67,7 @@
<jetty.version>9.4.44.v20210927</jetty.version>
<jrcs-diff.version>0.4.2</jrcs-diff.version>
<junit.version>5.8.2</junit.version>
- <log4j.version>1.2.17</log4j.version>
- <log4j2.version>2.15.0</log4j2.version>
+ <log4j2.version>2.16.0</log4j2.version>
<lucene.version>8.11.0</lucene.version> <!-- 9.0.0 and above require JDK
>= 11 to execute -->
<mockito.version>4.1.0</mockito.version>
<nekohtml.version>1.9.22</nekohtml.version>