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/01/28 12:36:09 UTC

[commons-csv] branch master updated: Bump h2 from 2.0.204 to 2.1.210 (#213)

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-csv.git


The following commit(s) were added to refs/heads/master by this push:
     new bf9c466  Bump h2 from 2.0.204 to 2.1.210 (#213)
bf9c466 is described below

commit bf9c466eb36e410fe0c35d4a724f907c27ee5450
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jan 28 07:36:05 2022 -0500

    Bump h2 from 2.0.204 to 2.1.210 (#213)
    
    Bumps [h2](https://github.com/h2database/h2database) from 2.0.204 to 2.1.210.
    - [Release notes](https://github.com/h2database/h2database/releases)
    - [Commits](https://github.com/h2database/h2database/compare/version-2.0.204...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 490eb74..51dcc6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@
     <dependency>
       <groupId>com.h2database</groupId>
       <artifactId>h2</artifactId>
-      <version>2.0.204</version>
+      <version>2.1.210</version>
       <scope>test</scope>
     </dependency>
   </dependencies>