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 2024/02/18 16:21:59 UTC

(commons-pool) branch POOL_2_X updated: Bump commons-parent from 64 to 66

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch POOL_2_X
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


The following commit(s) were added to refs/heads/POOL_2_X by this push:
     new b08aa8d7 Bump commons-parent from 64 to 66
b08aa8d7 is described below

commit b08aa8d73c00593f78b480129f1100783456d0d0
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Feb 18 11:21:55 2024 -0500

    Bump commons-parent from 64 to 66
---
 pom.xml                              | 2 +-
 src/changes/changes.xml              | 2 +-
 src/conf/findbugs-exclude-filter.xml | 4 ++++
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d8e08b6b..c97d1748 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>64</version>
+    <version>66</version>
   </parent>
 
   <artifactId>commons-pool2</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9642254e..82cc7409 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,7 +49,7 @@ The <action> type attribute can be add,update,fix,remove.
     <!-- FIX -->
     <!-- ADD -->
     <!-- UPDATE -->
-    <action type="update" dev="ggregory">Bump commons-parent from 62 to 64.</action>
+    <action type="update" dev="ggregory">Bump commons-parent from 62 to 66.</action>
     <action type="update" dev="ggregory">Bump org.ow2.asm:asm-util from 9.5 to 9.6.</action>
     <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-lang3 from 3.13.0 to 3.14.0.</action>
     <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.bcel:bcel from 6.7.0 to 6.8.1.</action>
diff --git a/src/conf/findbugs-exclude-filter.xml b/src/conf/findbugs-exclude-filter.xml
index 40e75c3f..684d068d 100644
--- a/src/conf/findbugs-exclude-filter.xml
+++ b/src/conf/findbugs-exclude-filter.xml
@@ -206,4 +206,8 @@
   <Match>
     <Bug pattern="EI_EXPOSE_REP2" />
   </Match>
+  <Match>
+    <!-- TODO ? -->
+    <Bug pattern="CT_CONSTRUCTOR_THROW" />
+  </Match>
 </FindBugsFilter>