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 f9944f7 Update tests from H2 1.4.199 to 1.4.200.
f9944f7 is described below
commit f9944f7518d0ac9307d79d67ed16178e686551f7
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Dec 12 09:58:47 2019 -0500
Update tests from H2 1.4.199 to 1.4.200.
---
pom.xml | 2 +-
src/changes/changes.xml | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0df8582..2fef401 100644
--- a/pom.xml
+++ b/pom.xml
@@ -249,7 +249,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
- <version>1.4.199</version>
+ <version>1.4.200</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 68a4087..9ea4af1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -65,9 +65,12 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="fix" issue="DBCP-555" due-to="Gary Gregory">
NPE when creating a SQLExceptionList with a null list.
</action>
- <action dev="ggregory" type="fix" issue="DBCP-650" due-to="Gary Gregory">
+ <action dev="ggregory" type="update" issue="DBCP-650" due-to="Gary
Gregory">
Update Apache Commons Pool from 2.7.0 to 2.8.0.
</action>
+ <action dev="ggregory" type="update" due-to="Gary Gregory">
+ Update tests from H2 1.4.199 to 1.4.200.
+ </action>
</release>
<release version="2.7.0" date="2019-07-31" description="This is a minor
release, including bug fixes and enhancements.">
<!-- add -->