You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/02/11 04:40:16 UTC

[commons-dbcp] branch master updated: Bump h2 from 2.0.206 to 2.1.210 (#168)

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
     new 0c1fe9a  Bump h2 from 2.0.206 to 2.1.210 (#168)
0c1fe9a is described below

commit 0c1fe9a41c952c4ee53f2ef6d5e7374a7d833160
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 10 23:40:10 2022 -0500

    Bump h2 from 2.0.206 to 2.1.210 (#168)
    
    Bumps [h2](https://github.com/h2database/h2database) from 2.0.206 to 2.1.210.
    - [Release notes](https://github.com/h2database/h2database/releases)
    - [Commits](https://github.com/h2database/h2database/compare/version-2.0.206...version-2.1.210)
    
    ---
    updated-dependencies:
    - dependency-name: com.h2database:h2
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0549668..dd37cc5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -265,7 +265,7 @@
     <dependency>
       <groupId>com.h2database</groupId>
       <artifactId>h2</artifactId>
-      <version>2.0.206</version>
+      <version>2.1.210</version>
       <scope>test</scope>
     </dependency>
     <dependency>