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-email.git
The following commit(s) were added to refs/heads/master by this push: new e51c5a8 Bump commons-parent from 64 to 65 e51c5a8 is described below commit e51c5a862f52adceb6be9df15a1fe7481cdceb53 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Dec 10 14:41:20 2023 -0500 Bump commons-parent from 64 to 65 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- src/conf/spotbugs-exclude-filter.xml | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f49ab7f..b47589f 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> <artifactId>commons-email</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index bbef085..c5f68f0 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -79,7 +79,7 @@ Bump javax.mail dependency to 1.6.1, so that i18n is supported for email addresses. </action> <action type="update" due-to="Gary Gregory, Dependabot" dev="ggregory"> - Bump commons-parent from 50 to 64, #118, #128. + Bump commons-parent from 50 to 65, #118, #128. </action> <action type="update" due-to="Dependabot, Gary Gregory" dev="ggregory"> Bump spotbugs-maven-plugin from 4.0.0 to 4.7.2 #18. diff --git a/src/conf/spotbugs-exclude-filter.xml b/src/conf/spotbugs-exclude-filter.xml index eba9cdc..ee893be 100644 --- a/src/conf/spotbugs-exclude-filter.xml +++ b/src/conf/spotbugs-exclude-filter.xml @@ -26,6 +26,12 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 https://raw.githubusercontent.com/spotbugs/spotbugs/3.1.0/spotbugs/etc/findbugsfilter.xsd"> + <!-- https://github.com/spotbugs/spotbugs/issues/2710 --> + <Match> + <Class name="~.*" /> + <Bug pattern="CT_CONSTRUCTOR_THROW" /> + </Match> + <!-- the javadoc states that the default character encoding is used --> <!-- when converting a string into a byte[] --> <Match>