You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2020/03/16 07:53:28 UTC

[felix-dev] branch master updated: FELIX-6230 : Update logging dependencies

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new 64ec422  FELIX-6230 : Update logging dependencies
64ec422 is described below

commit 64ec422bb61a002dc51740ecba405bd2b1566b2a
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Mon Mar 16 08:52:57 2020 +0100

    FELIX-6230 : Update logging dependencies
---
 systemready/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/systemready/pom.xml b/systemready/pom.xml
index 31bf50d..8f5dc25 100644
--- a/systemready/pom.xml
+++ b/systemready/pom.xml
@@ -197,14 +197,14 @@
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-core</artifactId>
-            <version>1.0.13</version>
+            <version>1.2.0</version>
             <scope>test</scope>
         </dependency>
  
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-classic</artifactId>
-            <version>1.0.13</version>
+            <version>1.2.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>