You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2021/12/15 14:48:12 UTC

[jackrabbit-oak] branch 1.8 updated: OAK-9641: Update Logback version to 1.2.8

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

reschke pushed a commit to branch 1.8
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/1.8 by this push:
     new 3a9697c  OAK-9641: Update Logback version to 1.2.8
3a9697c is described below

commit 3a9697c30a8dbbe5535f70b95c25d6191d328e1e
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Wed Dec 15 08:45:02 2021 +0100

    OAK-9641: Update Logback version to 1.2.8
---
 oak-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 25b5989..91dea0c 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -54,7 +54,7 @@
     <mongo.driver.version>3.6.4</mongo.driver.version>
     <slf4j.api.version>1.7.30</slf4j.api.version>
     <slf4j.version>1.7.30</slf4j.version> <!-- sync with logback version -->
-    <logback.version>1.2.3</logback.version>
+    <logback.version>1.2.8</logback.version>
     <h2.version>1.4.194</h2.version>
     <guava.version>15.0</guava.version>
     <tika.version>1.24</tika.version>