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-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new 75deff9 Bump spotbugs-maven-plugin from 4.2.3 to 4.6.0.0
75deff9 is described below
commit 75deff930e3048d5db86a1729984d561ad9c873c
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Apr 1 11:21:31 2022 -0400
Bump spotbugs-maven-plugin from 4.2.3 to 4.6.0.0
TODO without breaking BC?
- EI_EXPOSE_REP
- EI_EXPOSE_REP2
- MS_EXPOSE_REP
---
conf/findbugs-exclude-filter.xml | 11 +++++++++++
pom.xml | 2 +-
src/changes/changes.xml | 4 ++--
3 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/conf/findbugs-exclude-filter.xml b/conf/findbugs-exclude-filter.xml
index ebea5b0..d305cb9 100644
--- a/conf/findbugs-exclude-filter.xml
+++ b/conf/findbugs-exclude-filter.xml
@@ -93,4 +93,15 @@
<Field name="attributeResult" />
<Bug pattern="SE_BAD_FIELD" />
</Match>
+
+ <!-- Reason: TODO, perhaps? -->
+ <Match>
+ <Class name="~.*" />
+ <Or>
+ <Bug pattern="EI_EXPOSE_REP" />
+ <Bug pattern="EI_EXPOSE_REP2" />
+ <Bug pattern="MS_EXPOSE_REP" />
+ </Or>
+ </Match>
+
</FindBugsFilter>
diff --git a/pom.xml b/pom.xml
index 2f4d306..d46caf1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -585,7 +585,7 @@
<commons.japicmp.version>0.15.3</commons.japicmp.version>
<japicmp.skip>false</japicmp.skip>
<commons.jacoco.version>0.8.7</commons.jacoco.version>
- <commons.spotbugs.version>4.2.3</commons.spotbugs.version>
+ <commons.spotbugs.version>4.6.0.0</commons.spotbugs.version>
<commons.javadoc.version>3.3.0</commons.javadoc.version>
<checkstyle.version>9.2.1</checkstyle.version>
<commons.animal-sniffer.version>1.20</commons.animal-sniffer.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c4f5b56..f65c2d7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -113,8 +113,8 @@
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
Bump mailapi from 1.6.4 to 1.6.6 #48.
</action>
- <action type="update" dev="ggregory" due-to="Dependabot">
- Bump spotbugs-maven-plugin from 3.1.12.2 to 4.2.3, #55, #75, #79,
#93, #116.
+ <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
+ Bump spotbugs-maven-plugin from 3.1.12.2 to 4.6.0.0, #55, #75, #79,
#93, #116.
</action>
<action type="update" dev="ggregory" due-to="Dependabot">
Bump hsqldb from 2.5.0 to 2.5.2 #54, #128.