This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new d9cd516 Update SpotBugs to 4.2.3 d9cd516 is described below commit d9cd5168b4d8636c2f0b221ba209f5a317cdbb2b Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Jun 22 18:58:54 2021 +0100 Update SpotBugs to 4.2.3 --- build.properties.default | 6 +++--- webapps/docs/changelog.xml | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/build.properties.default b/build.properties.default index a8abe90..c42a8dc 100644 --- a/build.properties.default +++ b/build.properties.default @@ -279,11 +279,11 @@ cobertura.home=${base.path}/cobertura-${cobertura.version} cobertura.jar=${cobertura.home}/cobertura-${cobertura.version}.jar cobertura.loc=${base-sf.loc}/cobertura/cobertura-${cobertura.version}-bin.tar.gz -# ----- Findbugs ----- -findbugs.version=3.1.12 +# ----- SpotBugs (originally FindBugs) ----- +findbugs.version=4.2.3 findbugs.checksum.enabled=true findbugs.checksum.algorithm=MD5|SHA-1 -findbugs.checksum.value=8c54502a8e1b78ea6b173a186ce6f379|95114d9aaeeba7bd4ea5a3d6a2167cd6c87bb943 +findbugs.checksum.value=6eb4a01355a5770f02e136c80182baa6|37daf40c76f11f7ae31894ab8d8fefd7fcb9d07b findbugs.home=${base.path}/spotbugs-${findbugs.version} findbugs.jar=${findbugs.home}/lib/spotbugs-ant.jar findbugs.loc=${base-maven.loc}/com/github/spotbugs/spotbugs/${findbugs.version}/spotbugs-${findbugs.version}.tgz diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 7866f86..bd23f79 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -230,6 +230,9 @@ <update> Update CheckStyle to 8.43. (markt) </update> + <update> + Update SpotBugs to 4.2.3. (markt) + </update> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org