You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/12/09 06:17:33 UTC

[camel] branch camel-3.18.x updated: Upgrade h2 database for testing

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

davsclaus pushed a commit to branch camel-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.18.x by this push:
     new 4b2f95d4f8e Upgrade h2 database for testing
4b2f95d4f8e is described below

commit 4b2f95d4f8e772b6fdd544775e11781e865ea726
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Dec 9 07:17:10 2022 +0100

    Upgrade h2 database for testing
---
 components/camel-sql/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-sql/pom.xml b/components/camel-sql/pom.xml
index 26ddba6e6e3..4273cef1674 100644
--- a/components/camel-sql/pom.xml
+++ b/components/camel-sql/pom.xml
@@ -91,7 +91,7 @@
         <dependency>
             <groupId>com.h2database</groupId>
             <artifactId>h2</artifactId>
-            <version>2.1.212</version>
+            <version>2.1.214</version>
             <scope>test</scope>
         </dependency>
     </dependencies>