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-pool.git
commit a0b67a8062142b0f81236a86a86a3cb6f849eb0b Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Fri Jul 31 10:19:47 2020 -0400 Document recent changes. --- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b6ed040..f5f4ebe 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -43,6 +43,11 @@ The <action> type attribute can be add,update,fix,remove. <title>Apache Commons Pool Release Notes</title> </properties> <body> + <release version="2.8.2" date="202Y-MM-DD" description="This is a maintenance release (Java 8)."> + <action dev="ggregory" type="update" due-to="Dependabot"> + Update spotbugs from 4.0.6 to 4.1.1 #37. + </action> + </release> <release version="2.8.1" date="2020-07-27" description="This is a maintenance release (Java 8)."> <action dev="ggregory" issue="POOL-386" type="fix" due-to="Phil Steitz, Mark Thomas"> Refactored EvictionTimer usage tracking to fix POOL-386 and handle abandoned pools. #32.