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 2022/07/07 18:25:56 UTC

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

Author: reschke
Date: Thu Jul  7 18:25:56 2022
New Revision: 1902540

URL: http://svn.apache.org/viewvc?rev=1902540&view=rev
Log:
JCR-4756: Update h2db dependency to 2.0.206 (merged r1896858 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:r1896858

Modified: jackrabbit/branches/2.16/jackrabbit-core/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.16/jackrabbit-core/pom.xml?rev=1902540&r1=1902539&r2=1902540&view=diff
==============================================================================
--- jackrabbit/branches/2.16/jackrabbit-core/pom.xml (original)
+++ jackrabbit/branches/2.16/jackrabbit-core/pom.xml Thu Jul  7 18:25:56 2022
@@ -338,7 +338,7 @@ org.apache.jackrabbit.test.api.query.qom
     <dependency>
       <groupId>com.h2database</groupId>
       <artifactId>h2</artifactId>
-      <version>2.0.202</version>
+      <version>2.0.206</version>
       <scope>test</scope>
     </dependency>
     <dependency>