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 15:55:07 UTC

[jackrabbit-oak] branch 1.6 updated: OAK-8820: Update slf4j dependency to 1.7.29 (applied f5f2fbbb835ebe28ccd2070c08fe49c09fe74bcd to 1.6)

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

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


The following commit(s) were added to refs/heads/1.6 by this push:
     new 4283788  OAK-8820: Update slf4j dependency to 1.7.29 (applied f5f2fbbb835ebe28ccd2070c08fe49c09fe74bcd to 1.6)
4283788 is described below

commit 4283788d7671cb1fa683d0fbefeff375d5685325
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Wed Dec 15 16:54:54 2021 +0100

    OAK-8820: Update slf4j dependency to 1.7.29 (applied f5f2fbbb835ebe28ccd2070c08fe49c09fe74bcd to 1.6)
---
 oak-parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index c1ba3bb..9f013cd 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -51,8 +51,8 @@
     <lucene.version>4.7.1</lucene.version>
     <solr.version>8.6.3</solr.version>
     <mongo.driver.version>3.6.4</mongo.driver.version>
-    <slf4j.api.version>1.7.26</slf4j.api.version>
-    <slf4j.version>1.7.26</slf4j.version> <!-- sync with logback version -->
+    <slf4j.api.version>1.7.29</slf4j.api.version>
+    <slf4j.version>1.7.29</slf4j.version> <!-- sync with logback version -->
     <logback.version>1.2.3</logback.version>
     <h2.version>1.4.194</h2.version>
     <tika.version>1.18</tika.version>