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-io.git
The following commit(s) were added to refs/heads/master by this push:
new e2821b95 Bump commons-parent from 64 to 65
e2821b95 is described below
commit e2821b9561bba84cac95fce3c8fa4aa6d16b1552
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 24 10:49:34 2023 -0500
Bump commons-parent from 64 to 65
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
src/conf/spotbugs-exclude-filter.xml | 6 ++++++
3 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0c27c7e5..bae48904 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>64</version>
+ <version>65</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-io</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 47f9119c..9c36b246 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,6 +75,7 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump
org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 #512.</action>
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump
commons-lang3 from 3.13.0 to 3.14.0.</action>
<action dev="ggregory" type="update" due-to="Dependabot">Bump
commons.bytebuddy.version from 1.14.9 to 1.14.10 #516.</action>
+ <action dev="ggregory" type="update" due-to="Dependabot">Bump
commons-parent from 64 to 65.</action>
</release>
<release version="2.15.0" date="2023-10-21" description="Java 8 is
required.">
<!-- FIX -->
diff --git a/src/conf/spotbugs-exclude-filter.xml
b/src/conf/spotbugs-exclude-filter.xml
index 1e3fe6d7..ecb4fee9 100644
--- a/src/conf/spotbugs-exclude-filter.xml
+++ b/src/conf/spotbugs-exclude-filter.xml
@@ -30,6 +30,12 @@
</Or>
</Match>
+ <!-- https://github.com/spotbugs/spotbugs/issues/2710 -->
+ <Match>
+ <Class name="~.*" />
+ <Bug pattern="CT_CONSTRUCTOR_THROW" />
+ </Match>
+
<!-- See discussion on https://issues.apache.org/jira/browse/IO-216 -->
<Match>
<Class name="org.apache.commons.io.output.LockableFileWriter" />