This is an automated email from the ASF dual-hosted git repository. jochen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/master by this push: new fe202dc Update Spotbugs from 4.2.3 to 4.4.0, ignore EI_EXPOSE_REP, and EI_EXPOSE_REP2. fe202dc is described below commit fe202dcc808827241908255d9ae335b13b998ee9 Author: Jochen Wiedmann <jochen.wiedm...@gmail.com> AuthorDate: Thu Aug 19 22:55:38 2021 +0200 Update Spotbugs from 4.2.3 to 4.4.0, ignore EI_EXPOSE_REP, and EI_EXPOSE_REP2. --- pom.xml | 2 +- spotbugs-exclude-filter.xml | 3 +++ src/changes/changes.xml | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index edfb880..927f435 100644 --- a/pom.xml +++ b/pom.xml @@ -248,7 +248,7 @@ <commons.releaseManagerName>Rob Tompkins</commons.releaseManagerName> <commons.releaseManagerKey>B6E73D84EA4FCC47166087253FAAD2CD5ECBB314</commons.releaseManagerKey> <spotbugs.plugin.version>4.3.0</spotbugs.plugin.version> - <spotbugs.impl.version>4.2.3</spotbugs.impl.version> + <spotbugs.impl.version>4.4.0</spotbugs.impl.version> <checkstyle.plugin.version>3.1.2</checkstyle.plugin.version> </properties> diff --git a/spotbugs-exclude-filter.xml b/spotbugs-exclude-filter.xml index bd8489a..d2d2c32 100644 --- a/spotbugs-exclude-filter.xml +++ b/spotbugs-exclude-filter.xml @@ -54,4 +54,7 @@ <Method name="asString" /> <Bug pattern="DM_DEFAULT_ENCODING" /> </Match> + <Match> + <Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" /> + </Match> </FindBugsFilter> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 71f6b06..9d1cbbc 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -59,6 +59,7 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="update" due-to="Gary Gregory">Bump build actions/setup-java from v1.4.3 to v2.</action> <action dev="ggregory" type="update" due-to="Dependabot">Bump spotbugs-maven-plugin from 4.2.3 to 4.3.0 #103.</action> <action dev="mgrigorov" type="update">FILEUPLOAD-340 Make commons-fileupload2 a JPMS module by adding module-info.class.</action> + <action dev="jochen" type="update" due-to="Dependabot">Update Spotbugs from 4.2.3 to 4.4.0, ignore EI_EXPOSE_REP, and EI_EXPOSE_REP2.</action> </release> <release version="1.4" date="2018-12-23" description="1.4 Release"> <action issue="FILEUPLOAD-292" dev="chtompki" type="update">Don't create un-needed resources in FileUploadBase.java</action>