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 2023/07/08 06:31:50 UTC

[camel] branch main updated: Bump h2 from 2.1.214 to 2.2.220 in /components/camel-sql (#10625)

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 3a550051b36 Bump h2 from 2.1.214 to 2.2.220 in /components/camel-sql (#10625)
3a550051b36 is described below

commit 3a550051b36e2f76d39c18b927e48158de007fd0
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Jul 8 08:31:44 2023 +0200

    Bump h2 from 2.1.214 to 2.2.220 in /components/camel-sql (#10625)
    
    Bumps [h2](https://github.com/h2database/h2database) from 2.1.214 to 2.2.220.
    - [Release notes](https://github.com/h2database/h2database/releases)
    - [Commits](https://github.com/h2database/h2database/compare/version-2.1.214...version-2.2.220)
    
    ---
    updated-dependencies:
    - dependency-name: com.h2database:h2
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 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 743574191e7..2f1510433c7 100644
--- a/components/camel-sql/pom.xml
+++ b/components/camel-sql/pom.xml
@@ -92,7 +92,7 @@
         <dependency>
             <groupId>com.h2database</groupId>
             <artifactId>h2</artifactId>
-            <version>2.1.214</version>
+            <version>2.2.220</version>
             <scope>test</scope>
         </dependency>
     </dependencies>