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 2023/12/21 21:21:45 UTC

(jackrabbit) branch 2.20 updated: JCR-5003: Update h2db dependency to 2.2.224

This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch 2.20
in repository https://gitbox.apache.org/repos/asf/jackrabbit.git


The following commit(s) were added to refs/heads/2.20 by this push:
     new a8bb19b71 JCR-5003: Update h2db dependency to 2.2.224
a8bb19b71 is described below

commit a8bb19b7199c13411289fa86e204d93b6d0c5231
Author: Julian Reschke <re...@apache.org>
AuthorDate: Fri Nov 17 12:40:08 2023 +0000

    JCR-5003: Update h2db dependency to 2.2.224
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1913884 13f79535-47bb-0310-9956-ffa450edef68
---
 jackrabbit-core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jackrabbit-core/pom.xml b/jackrabbit-core/pom.xml
index 6d69233ca..83c7055c2 100644
--- a/jackrabbit-core/pom.xml
+++ b/jackrabbit-core/pom.xml
@@ -327,7 +327,7 @@ org.apache.jackrabbit.core.version.ModifyNonVersionableCheckedOutTest#testModify
     <dependency>
       <groupId>com.h2database</groupId>
       <artifactId>h2</artifactId>
-      <version>2.2.220</version>
+      <version>2.2.224</version>
       <scope>test</scope>
     </dependency>
     <dependency>