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 63f733b1 Bump h2 from 2.2.220 to 2.2.222.
63f733b1 is described below
commit 63f733b14d98e6e69308cbbf0c08ab23a2536fc5
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Sep 3 07:50:47 2023 -0400
Bump h2 from 2.2.220 to 2.2.222.
---
pom.xml | 2 +-
src/changes/changes.xml | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index cd0e10eb..d9309b76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -263,7 +263,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
- <version>2.2.220</version>
+ <version>2.2.222</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7e3960b8..9ade606f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -66,6 +66,9 @@ The <action> type attribute can be add,update,fix,remove.
<!-- FIX -->
<!-- ADD -->
<!-- UDPATE -->
+ <action dev="ggregory" type="update" due-to="Gary Gregory">
+ Bump h2 from 2.2.220 to 2.2.222.
+ </action>
</release>
<release version="2.10.0" date="2023-08-28" description="This is a minor
release, including bug fixes and enhancements.">
<!-- FIX -->