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 13:18:37 UTC

[jackrabbit-oak] branch 1.22 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.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


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

commit a317b74199effa3407c81f562fe4839858c1c650
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 70b1d46..f696fd2 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -57,7 +57,7 @@
     <mongo.driver.version>3.12.7</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>
     <tika.version>1.24.1</tika.version>
     <guava.version>15.0</guava.version>