You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2022/02/10 12:28:22 UTC

[uima-uimaj] 01/01: [UIMA-6403] Update dependencies

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

rec pushed a commit to branch refactoring/UIMA-6403-Update-dependencies
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit 53628ff9ffd341403cb573c29097e1b186d017e5
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Thu Feb 10 13:28:00 2022 +0100

    [UIMA-6403] Update dependencies
    
    - Upgrade log4j2 (build dependency - not bundled) 2.10.0 -> 2.17.1
---
 uimaj-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uimaj-parent/pom.xml b/uimaj-parent/pom.xml
index aec8310..f7c0503 100644
--- a/uimaj-parent/pom.xml
+++ b/uimaj-parent/pom.xml
@@ -152,7 +152,7 @@
      properties already, they should be injected manually into the plugins. 
     --> 
     <slf4j.version>1.7.25</slf4j.version>
-    <log4j.version>2.10.0</log4j.version>
+    <log4j.version>2.17.1</log4j.version>
     <jackson.version>2.9.2</jackson.version>
     
     <maven.compiler.target>1.8</maven.compiler.target>