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/02/14 13:56:43 UTC

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

Author: reschke
Date: Mon Feb 14 13:56:43 2022
New Revision: 1898070

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

Modified: jackrabbit/branches/2.20/jackrabbit-core/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.20/jackrabbit-core/pom.xml?rev=1898070&r1=1898069&r2=1898070&view=diff
==============================================================================
--- jackrabbit/branches/2.20/jackrabbit-core/pom.xml (original)
+++ jackrabbit/branches/2.20/jackrabbit-core/pom.xml Mon Feb 14 13:56:43 2022
@@ -324,7 +324,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>