You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2021/12/19 12:10:33 UTC

[jena] branch main updated: JENA-2224: Upgrade to log4j 2.17.0

This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new 959fe2b  JENA-2224: Upgrade to log4j 2.17.0
     new 22fbdb3  Merge pull request #1136 from afs/log4j-2-17
959fe2b is described below

commit 959fe2bfe3f0b1779218e1822b4d31aca4130724
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Sat Dec 18 16:50:02 2021 +0000

    JENA-2224: Upgrade to log4j 2.17.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dd0c3ef..32afef3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
     <ver.junit>4.13.2</ver.junit>  
 
     <ver.slf4j>1.7.32</ver.slf4j>
-    <ver.log4j2>2.16.0</ver.log4j2>
+    <ver.log4j2>2.17.0</ver.log4j2>
     <ver.shade-plugin>3.2.4</ver.shade-plugin>
 
     <ver.jetty>10.0.7</ver.jetty>