This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-jmx-gui.git
The following commit(s) were added to refs/heads/main by this push:
new e892fe9 Bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to
4.8.0 (#1)
e892fe9 is described below
commit e892fe9a96f74eeaccc50d2b58b956e17d5baeae
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 13 14:46:38 2023 +0200
Bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 (#1)
Bumps
[com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs)
from 4.7.3 to 4.8.0.
- [Release notes](https://github.com/spotbugs/spotbugs/releases)
- [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spotbugs/spotbugs/compare/4.7.3...4.8.0)
---
updated-dependencies:
- dependency-name: com.github.spotbugs:spotbugs-annotations
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 206d711..462440f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
<!-- dependency versions -->
<log4j.version>2.20.0</log4j.version>
- <spotbugs-annotations.version>4.7.3</spotbugs-annotations.version>
+ <spotbugs-annotations.version>4.8.0</spotbugs-annotations.version>
</properties>