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 64d0eb4 Update tests from narayana-jta 5.9.5.Final to 5.10.1.Final.
64d0eb4 is described below
commit 64d0eb46dfcfcad01f3a0151b12895d65a28bc73
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Dec 12 10:37:37 2019 -0500
Update tests from narayana-jta 5.9.5.Final to 5.10.1.Final.
---
pom.xml | 2 +-
src/changes/changes.xml | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 79d229c..7a90232 100644
--- a/pom.xml
+++ b/pom.xml
@@ -255,7 +255,7 @@
<dependency>
<groupId>org.jboss.narayana.jta</groupId>
<artifactId>narayana-jta</artifactId>
- <version>5.9.5.Final</version>
+ <version>5.10.1.Final</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index aa284f7..7f3742a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,6 +77,9 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="update" due-to="Gary Gregory">
Update tests from jboss-logging 3.4.0.Final to 3.4.1.Final.
</action>
+ <action dev="ggregory" type="update" due-to="Gary Gregory">
+ Update tests from narayana-jta 5.9.5.Final to 5.10.1.Final.
+ </action>
</release>
<release version="2.7.0" date="2019-07-31" description="This is a minor
release, including bug fixes and enhancements.">
<!-- add -->