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/06/13 06:45:48 UTC

svn commit: r1901872 - in /jackrabbit/branches/2.20: ./ jackrabbit-core/pom.xml

Author: reschke
Date: Mon Jun 13 06:45:48 2022
New Revision: 1901872

URL: http://svn.apache.org/viewvc?rev=1901872&view=rev
Log:
JCR-4782: Update h2db dependency to 2.1.212 (merged r1899821 into 2.20)

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

Propchange: jackrabbit/branches/2.20/
------------------------------------------------------------------------------
  Merged /jackrabbit/trunk:r1899821

Modified: jackrabbit/branches/2.20/jackrabbit-core/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.20/jackrabbit-core/pom.xml?rev=1901872&r1=1901871&r2=1901872&view=diff
==============================================================================
--- jackrabbit/branches/2.20/jackrabbit-core/pom.xml (original)
+++ jackrabbit/branches/2.20/jackrabbit-core/pom.xml Mon Jun 13 06:45:48 2022
@@ -324,7 +324,7 @@ org.apache.jackrabbit.test.api.query.qom
     <dependency>
       <groupId>com.h2database</groupId>
       <artifactId>h2</artifactId>
-      <version>2.1.210</version>
+      <version>2.1.212</version>
       <scope>test</scope>
     </dependency>
     <dependency>