This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bval.git
The following commit(s) were added to refs/heads/master by this push:
new 41952b4 Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.2.0
to 4.9.3.0
41952b4 is described below
commit 41952b47896627c0232e14dab607b8332d681baa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 17 09:46:50 2025 +0000
Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.2.0 to 4.9.3.0
Bumps
[com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin)
from 4.9.2.0 to 4.9.3.0.
- [Release
notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
-
[Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.9.2.0...spotbugs-maven-plugin-4.9.3.0)
---
updated-dependencies:
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 403f174..97778b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -326,7 +326,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
- <version>4.9.2.0</version>
+ <version>4.9.3.0</version>
</plugin>
</plugins>
</reporting>