You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gi...@apache.org on 2022/06/15 10:42:40 UTC

[logging-log4j2] branch release-2.x updated: Bump h2 from 2.1.212 to 2.1.214

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

github-bot pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 35e3525d6d Bump h2 from 2.1.212 to 2.1.214
35e3525d6d is described below

commit 35e3525d6d09325848c33928ca5d9ac0aa438eda
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jun 15 10:03:41 2022 +0000

    Bump h2 from 2.1.212 to 2.1.214
    
    Bumps [h2](https://github.com/h2database/h2database) from 2.1.212 to 2.1.214.
    - [Release notes](https://github.com/h2database/h2database/releases)
    - [Commits](https://github.com/h2database/h2database/compare/version-2.1.212...version-2.1.214)
    
    ---
    updated-dependencies:
    - dependency-name: com.h2database:h2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 531887719a..f0d3750b26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -940,7 +940,7 @@
       <dependency>
         <groupId>com.h2database</groupId>
         <artifactId>h2</artifactId>
-        <version>2.1.212</version>
+        <version>2.1.214</version>
       </dependency>
       <dependency>
         <groupId>org.eclipse.persistence</groupId>