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:19 UTC

[camel] branch main updated: Upgrade h2 database for testing

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 5c1f9e8214b Upgrade h2 database for testing
5c1f9e8214b is described below

commit 5c1f9e8214b16331e44a5d4142aed1d1b69008a4
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 889b6ec214c..37c41380893 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>