You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2020/11/12 23:04:25 UTC

[logging-log4j2] 01/05: Update dependencies.

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

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit bd433c5af748460f329270ed8c4886c33bd70577
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Nov 12 16:36:29 2020 -0500

    Update dependencies.
    
    - Update org.apache.felix:org.apache.felix.framework 5.6.10 -> 5.6.12.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 195d49e..769ef69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -296,7 +296,7 @@
       <dependency>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.framework</artifactId>
-        <version>5.6.10</version>
+        <version>5.6.12</version>
       </dependency>
       <dependency>
         <groupId>org.apache.maven</groupId>