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 7fe3942 Update tests from jboss-logging 3.4.0.Final to 3.4.1.Final.
7fe3942 is described below
commit 7fe3942097c8e12390e161878cb09598bb70e632
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Dec 12 10:31:57 2019 -0500
Update tests from jboss-logging 3.4.0.Final to 3.4.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 2f28ca2..79d229c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -279,7 +279,7 @@
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
- <version>3.4.0.Final</version>
+ <version>3.4.1.Final</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b7899b3..aa284f7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -74,6 +74,9 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="update" due-to="Gary Gregory">
Update tests from Mockito 3.0.0 to 3.2.0.
</action>
+ <action dev="ggregory" type="update" due-to="Gary Gregory">
+ Update tests from jboss-logging 3.4.0.Final to 3.4.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 -->