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 2018/07/26 13:47:17 UTC

svn commit: r1836731 - /jackrabbit/trunk/jackrabbit-core/pom.xml

Author: reschke
Date: Thu Jul 26 13:47:17 2018
New Revision: 1836731

URL: http://svn.apache.org/viewvc?rev=1836731&view=rev
Log:
JCR-4344: Update h2db version to latest stable 1.4.196

Modified:
    jackrabbit/trunk/jackrabbit-core/pom.xml

Modified: jackrabbit/trunk/jackrabbit-core/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/pom.xml?rev=1836731&r1=1836730&r2=1836731&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-core/pom.xml Thu Jul 26 13:47:17 2018
@@ -341,7 +341,7 @@ org.apache.jackrabbit.test.api.query.qom
     <dependency>
       <groupId>com.h2database</groupId>
       <artifactId>h2</artifactId>
-      <version>1.4.195</version>
+      <version>1.4.196</version>
       <scope>test</scope>
     </dependency>
     <dependency>