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 54a4817 Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.3
to 4.8.6.4 (#154)
54a4817 is described below
commit 54a4817c53e9c7c765dfccd44dffd871b09f44dc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 23 12:31:08 2024 +0200
Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.3 to 4.8.6.4
(#154)
Bumps
[com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin)
from 4.8.6.3 to 4.8.6.4.
- [Release
notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
-
[Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.8.6.3...spotbugs-maven-plugin-4.8.6.4)
---
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]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 87fa677..f66368f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -323,7 +323,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
- <version>4.8.6.3</version>
+ <version>4.8.6.4</version>
</plugin>
</plugins>
</reporting>