You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2021/12/14 17:28:47 UTC

[jackrabbit-filevault] branch master updated: releng: use logback 1.2.8

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git


The following commit(s) were added to refs/heads/master by this push:
     new 9fda593  releng: use logback 1.2.8
9fda593 is described below

commit 9fda5937ae7f50f5ad2cfda9151cd804a7f1e4af
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Dec 14 18:28:40 2021 +0100

    releng: use logback 1.2.8
---
 vault-cli/pom.xml  | 2 +-
 vault-core/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/vault-cli/pom.xml b/vault-cli/pom.xml
index 37eeac9..589acf4 100644
--- a/vault-cli/pom.xml
+++ b/vault-cli/pom.xml
@@ -172,7 +172,7 @@
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-classic</artifactId>
-            <version>1.2.6</version>
+            <version>1.2.8</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/vault-core/pom.xml b/vault-core/pom.xml
index a6a60be..f3a4852 100644
--- a/vault-core/pom.xml
+++ b/vault-core/pom.xml
@@ -243,7 +243,7 @@
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-classic</artifactId>
-            <version>1.0.13</version>
+            <version>1.2.8</version>
             <scope>test</scope>
         </dependency>
         <dependency>