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 2022/12/01 13:49:02 UTC

[jackrabbit-oak] branch trunk updated: OAK-10019: Update slf4j dependency to 1.7.36 (#778)

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 26a660c187 OAK-10019: Update slf4j dependency to 1.7.36 (#778)
26a660c187 is described below

commit 26a660c1873e1adbaad3e6f7a607be2e83644afd
Author: Julian Reschke <re...@apache.org>
AuthorDate: Thu Dec 1 14:48:56 2022 +0100

    OAK-10019: Update slf4j dependency to 1.7.36 (#778)
---
 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 e2f8dfea48..bb399e30d6 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -57,8 +57,8 @@
     <lucene.version>4.7.1</lucene.version>
     <solr.version>8.11.1</solr.version>
     <mongo.driver.version>3.12.11</mongo.driver.version>
-    <slf4j.api.version>1.7.32</slf4j.api.version>
-    <slf4j.version>1.7.32</slf4j.version> <!-- sync with logback version -->
+    <slf4j.api.version>1.7.36</slf4j.api.version>
+    <slf4j.version>1.7.36</slf4j.version> <!-- sync with logback version -->
     <logback.version>1.2.10</logback.version>
     <h2.version>2.1.214</h2.version>
     <tika.version>1.26</tika.version>