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 2019/10/25 07:01:59 UTC

svn commit: r1868903 - in /jackrabbit/oak/branches/1.4: ./ oak-parent/pom.xml

Author: reschke
Date: Fri Oct 25 07:01:59 2019
New Revision: 1868903

URL: http://svn.apache.org/viewvc?rev=1868903&view=rev
Log:
OAK-7219: Update Logback version to >= 1.2.0 (merged r1822642 into 1.4)

Modified:
    jackrabbit/oak/branches/1.4/   (props changed)
    jackrabbit/oak/branches/1.4/oak-parent/pom.xml

Propchange: jackrabbit/oak/branches/1.4/
------------------------------------------------------------------------------
  Merged /jackrabbit/oak/trunk:r1822642

Modified: jackrabbit/oak/branches/1.4/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.4/oak-parent/pom.xml?rev=1868903&r1=1868902&r2=1868903&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.4/oak-parent/pom.xml (original)
+++ jackrabbit/oak/branches/1.4/oak-parent/pom.xml Fri Oct 25 07:01:59 2019
@@ -50,15 +50,9 @@
     <segment.db>SegmentMK</segment.db>
     <lucene.version>4.7.1</lucene.version>
     <mongo.driver.version>3.6.4</mongo.driver.version>
-    <!-- Note that we're using SLF4J API version 1.7 when compiling     -->
-    <!-- core Oak components but more recent SLF4J and Logback versions -->
-    <!-- when compiling and running test cases and the oak-run jar.     -->
-    <!-- This way it's possible to use Oak also in environments that    -->
-    <!-- only provide SLF4J version 1.7, while still using a more       -->
-    <!-- recent version (if required) when we are in control the runtime environment. -->
-    <slf4j.api.version>1.7.6</slf4j.api.version>
-    <slf4j.version>1.7.6</slf4j.version> <!-- sync with logback version -->
-    <logback.version>1.1.0</logback.version>
+    <slf4j.api.version>1.7.25</slf4j.api.version>
+    <slf4j.version>1.7.25</slf4j.version> <!-- sync with logback version -->
+    <logback.version>1.2.3</logback.version>
     <h2.version>1.4.194</h2.version>
     <findbugs.version>3.0.5</findbugs.version>
     <derby.version>10.12.1.1</derby.version>