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 2021/12/24 16:46:43 UTC

[commons-dbcp] branch master updated: Bump h2 from 1.4.200 to 2.0.204 #153.

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 2cc0fbe  Bump h2 from 1.4.200 to 2.0.204 #153.
2cc0fbe is described below

commit 2cc0fbeccb5566ec4a3d266b58cd65e9dc4a6640
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Dec 24 11:46:40 2021 -0500

    Bump h2 from 1.4.200 to 2.0.204 #153.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d48b8e1..9a6119b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -265,7 +265,7 @@
     <dependency>
       <groupId>com.h2database</groupId>
       <artifactId>h2</artifactId>
-      <version>1.4.200</version>
+      <version>2.0.204</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8096673..22ba2e0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -126,6 +126,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Dependabot">
         Bump actions/cache from 2.1.6 to 2.1.7 #147.
       </action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Bump h2 from 1.4.200 to 2.0.204 #153. Update SQL for migration from H2 1.4.200 to 2.0.204 where "KEY" and "VALUE" are now reserved keywords.
+      </action>
     </release>
     <release version="2.9.0" date="2021-07-30" description="This is a minor release, including bug fixes and enhancements.">
       <!-- ADDS -->