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 10:57:08 UTC

[jackrabbit-oak] branch OAK-9643 created (now d884c0b)

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

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


      at d884c0b  OAK-9643: Update slf4j dependency to 1.7.32

This branch includes the following new commits:

     new d884c0b  OAK-9643: Update slf4j dependency to 1.7.32

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[jackrabbit-oak] 01/01: OAK-9643: Update slf4j dependency to 1.7.32

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d884c0be12be9937cda4f7c9e6814d0fd54d164a
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 619c801..f2145eb 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -55,8 +55,8 @@
     <lucene.version>4.7.1</lucene.version>
     <solr.version>8.8.2</solr.version>
     <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 -->
+    <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.24.1</tika.version>