Skip to content

Commit f22a2d6

Browse files
committed
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 <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 3ebeed8 commit f22a2d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@
425425
<dependency>
426426
<groupId>com.github.spotbugs</groupId>
427427
<artifactId>spotbugs</artifactId>
428-
<version>4.9.3</version>
428+
<version>4.9.8</version>
429429
</dependency>
430430
</dependencies>
431431
<executions>

0 commit comments

Comments
 (0)