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 48a02dc4 Bump commons-parent from 65 to 66
48a02dc4 is described below

commit 48a02dc4f1a1339c4621c13f27a8342f7949c6d3
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Feb 9 12:26:11 2024 -0500

    Bump commons-parent from 65 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 94b7b6f3..ac69588e 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-pool3</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 58591015..5bf61364 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,7 +55,7 @@ The <action> type attribute can be add,update,fix,remove.
       Bump Java from 8 to 17.
     </action>
     <action dev="ggregory" type="update">
-      Bump commons-parent from 58 to 64.
+      Bump commons-parent from 58 to 66.
     </action>
     <action dev="ggregory" type="update">
       Bump org.ow2.asm:asm-util from 9.5 to 9.6 #252.
diff --git a/src/conf/findbugs-exclude-filter.xml 
b/src/conf/findbugs-exclude-filter.xml
index b11af19e..7571143d 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>

Reply via email to