This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 52f44ccbef Update SpotBugs to 4.8.3
52f44ccbef is described below
commit 52f44ccbef3ef603159a22bd6600200e3926fe68
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Jan 4 15:20:51 2024 +0000
Update SpotBugs to 4.8.3
---
build.properties.default | 4 ++--
webapps/docs/changelog.xml | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/build.properties.default b/build.properties.default
index cac276d19c..82f93a94d7 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -298,10 +298,10 @@ jacoco.jar=${jacoco.home}/lib/jacocoant.jar
jacoco.loc=${base-maven.loc}/org/jacoco/jacoco/${jacoco.version}/jacoco-${jacoco.version}.zip
# ----- SpotBugs (originally FindBugs) -----
-spotbugs.version=4.8.2
+spotbugs.version=4.8.3
spotbugs.checksum.enabled=true
spotbugs.checksum.algorithm=SHA-512
-spotbugs.checksum.value=57d3e39ce381470dbf5c2c09ceed75946679c72c9b5f2123cd49d396e356154fdd874cdc606d05b1ce401cc92bee16f769789cfb6f3955c04ff48c494ef5dd2a
+spotbugs.checksum.value=cf12a31f67d07e4da7d0e8ec7b3e9abcc891aae62af5e95a91c27f1f29470042d9b5d57e2cb2ec2aa07349313661e41b51de8442b17ec972b1f066bb36e77603
spotbugs.home=${base.path}/spotbugs-${spotbugs.version}
spotbugs.jar=${spotbugs.home}/lib/spotbugs-ant.jar
spotbugs.loc=${base-maven.loc}/com/github/spotbugs/spotbugs/${spotbugs.version}/spotbugs-${spotbugs.version}.tgz
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 9753498fbb..8e9990dc64 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -150,6 +150,9 @@
<update>
Update Checkstyle to 10.12.7. (markt)
</update>
+ <update>
+ Update SpotBugs to 4.8.3. (markt)
+ </update>
</changelog>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]