This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/master by this push:
new 03b21287c RATIS-2490. Bump spotbugs-maven-plugin to 4.8.6.8 (#1421)
03b21287c is described below
commit 03b21287ca28c9a6f57ede6a96ef1a8c0ec75ec8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 2 14:41:55 2026 +0200
RATIS-2490. Bump spotbugs-maven-plugin to 4.8.6.8 (#1421)
---
pom.xml | 2 +-
ratis-bom/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6574d460c..099fd6bfd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,7 +163,7 @@
<cyclonedx.version>2.9.1</cyclonedx.version>
<spotbugs.version>4.8.6</spotbugs.version>
- <spotbugs-plugin.version>4.8.6.2</spotbugs-plugin.version>
+ <spotbugs-plugin.version>4.8.6.8</spotbugs-plugin.version>
<distMgmtStagingId>${distMgmtReleasesId}</distMgmtStagingId>
<distMgmtStagingName>${distMgmtReleasesName}</distMgmtStagingName>
diff --git a/ratis-bom/pom.xml b/ratis-bom/pom.xml
index a848571fb..3a046d9ff 100644
--- a/ratis-bom/pom.xml
+++ b/ratis-bom/pom.xml
@@ -143,7 +143,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
- <version>4.8.6.2</version>
+ <version>4.8.6.8</version>
<configuration>
<skip>true</skip>
</configuration>