You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/08/22 13:14:33 UTC

[commons-pool] branch master updated: Bump spotbugs from 4.3.0 to 4.4.0 #94.

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


The following commit(s) were added to refs/heads/master by this push:
     new d08261c  Bump spotbugs from 4.3.0 to 4.4.0 #94.
d08261c is described below

commit d08261c7f9f85c9941d344ebfa1f92fab692538b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Aug 22 09:14:31 2021 -0400

    Bump spotbugs from 4.3.0 to 4.4.0 #94.
---
 src/changes/changes.xml | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index edcab58..ba29bc8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,9 +48,13 @@ The <action> type attribute can be add,update,fix,remove.
     <action dev="ggregory" type="add" due-to="Gary Gregory">
       Add PooledObject.getFullDuration().
     </action>
+    <!-- UDPATE -->
+    <action dev="ggregory" type="update" due-to="Dependabot">
+      Bump spotbugs from 4.3.0 to 4.4.0 #94.
+    </action>
   </release>
   <release version="2.11.1" date="2021-08-18" description="This is a maintenance release (Java 8).">
-    <!-- FIXES -->
+    <!-- FIX -->
     <action dev="ggregory" type="fix" due-to="Gary Gregory">
       Getting a PooledObject's active duration returns a negative duration when the object is borrowed but not returned. Affects:
       - PooledObject.getActiveDuration()
@@ -82,7 +86,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action dev="ggregory" type="fix" due-to="Arturo Bernal">
       Minors Changes #89.
     </action>
-    <!-- UPDATES -->
+    <!-- UPDATE -->
     <action dev="ggregory" type="update" due-to="Dependabot">
       Bump checkstyle from 8.45 to 8.45.1 #93.
     </action>
@@ -91,7 +95,7 @@ The <action> type attribute can be add,update,fix,remove.
     </action>
   </release>
   <release version="2.11.0" date="2021-08-08" description="This is a feature release (Java 8).">
-    <!-- FIXES -->
+    <!-- FIX -->
     <action dev="ggregory" type="fix" due-to="Gary Gregory">
       Fix "[WARNING] Old version of checkstyle detected. Consider updating to >= v8.30." Update Checktyle to 8.44.
     </action>