From 17c9f392f0765a7b939f83464c71dbda9908b564 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 16 Jan 2025 09:46:05 -0500
Subject: [PATCH] build(deps): bump com.github.spotbugs:spotbugs-annotations
 (#570)

Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.8.6 to 4.9.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.8.6...4.9.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] <support@github.com>
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 348499e1..34f11631 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
   <info.picocli.version>4.7.6</info.picocli.version>
   <com.redhat.insights.agent.version>1.0.3</com.redhat.insights.agent.version>
 
-  <com.github.spotbugs.version>4.8.6</com.github.spotbugs.version>
+  <com.github.spotbugs.version>4.9.0</com.github.spotbugs.version>
   <com.github.spotbugs.plugin.version>4.8.6.6</com.github.spotbugs.plugin.version>
   <org.junit.jupiter.version>5.11.4</org.junit.jupiter.version>
   <org.hamcrest.version>3.0</org.hamcrest.version>