This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new f22a2d69c ORC-2141: Upgrade `spotbugs` to 4.9.8
f22a2d69c is described below
commit f22a2d69c1c60a2a6090e45c1d75ef64aafedc60
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Mar 23 15:32:36 2026 -0700
ORC-2141: Upgrade `spotbugs` to 4.9.8
### What changes were proposed in this pull request?
This PR upgrades `spotbugs` to 4.9.8.
### Why are the changes needed?
To bring the dependency up to date with the latest release.
### How was this patch tested?
Pass the existing CI.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Code (claude-opus-4-6)
Closes #2591 from dongjoon-hyun/dongjoon/condescending-ellis.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index c02ae327a..d3b399798 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -425,7 +425,7 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
- <version>4.9.3</version>
+ <version>4.9.8</version>
</dependency>
</dependencies>
<executions>