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 20:58:01 UTC

[jackrabbit-oak] branch 1.6 updated: OAK-9643: Update slf4j dependency to 1.7.32

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 e473414  OAK-9643: Update slf4j dependency to 1.7.32
e473414 is described below

commit e47341453fa53f54d6680a3f5b0c7a2abd48ea31
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Wed Dec 15 11:56:44 2021 +0100

    OAK-9643: Update slf4j dependency to 1.7.32
---
 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 9ce15cb..31a777f 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.30</slf4j.api.version>
-    <slf4j.version>1.7.30</slf4j.version> <!-- sync with logback version -->
+    <slf4j.api.version>1.7.32</slf4j.api.version>
+    <slf4j.version>1.7.32</slf4j.version> <!-- sync with logback version -->
     <logback.version>1.2.8</logback.version>
     <h2.version>1.4.194</h2.version>
     <tika.version>1.18</tika.version>