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 caf4d0e Update mockito-core from 3.5.11 to 3.5.13 #66. caf4d0e is described below commit caf4d0e70b5399031bf9f6770a7757ba511ad5db Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Fri Sep 25 11:01:59 2020 -0400 Update mockito-core from 3.5.11 to 3.5.13 #66. --- src/changes/changes.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4757547..fc79d3c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -57,10 +57,15 @@ The <action> type attribute can be add,update,fix,remove. mvn changes:announcement-generate -Prelease-notes [-Dchanges.version=nnn] Defining changes.version allows one to create the RN without first removing the SNAPSHOT suffix. + EvictionTimer --> - <body> <release version="2.8.0" date="2020-09-21" description="This is a minor release, including bug fixes and enhancements."> + <action dev="ggregory" type="update" due-to="Dependabot"> + Update mockito-core from 3.5.11 to 3.5.13 #66. + </action> + </release> + <release version="2.8.0" date="2020-09-21" description="This is a minor release, including bug fixes and enhancements."> <!-- add --> <action dev="ggregory" type="add" issue="DBCP-564" due-to="Florent Guillaume"> Fix BasicManagedDataSource leak of connections opened after transaction is rollback-only #39.