You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2020/08/25 08:05:00 UTC

svn commit: r1881174 - in /jackrabbit/branches/2.16: ./ jackrabbit-core/pom.xml

Author: reschke
Date: Tue Aug 25 08:04:59 2020
New Revision: 1881174

URL: http://svn.apache.org/viewvc?rev=1881174&view=rev
Log:
JCR-4560: Update h2db dependency to 1.4.200 (merged r1877365 into 2.16)

Modified:
    jackrabbit/branches/2.16/   (props changed)
    jackrabbit/branches/2.16/jackrabbit-core/pom.xml

Propchange: jackrabbit/branches/2.16/
------------------------------------------------------------------------------
  Merged /jackrabbit/trunk:r1877365

Modified: jackrabbit/branches/2.16/jackrabbit-core/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.16/jackrabbit-core/pom.xml?rev=1881174&r1=1881173&r2=1881174&view=diff
==============================================================================
--- jackrabbit/branches/2.16/jackrabbit-core/pom.xml (original)
+++ jackrabbit/branches/2.16/jackrabbit-core/pom.xml Tue Aug 25 08:04:59 2020
@@ -345,7 +345,7 @@ org.apache.jackrabbit.test.api.query.qom
     <dependency>
       <groupId>com.h2database</groupId>
       <artifactId>h2</artifactId>
-      <version>1.4.196</version>
+      <version>1.4.200</version>
       <scope>test</scope>
     </dependency>
     <dependency>