This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit 8cdba3073c6d39c3f2428f0a1736d83af2708b7b
Author: Lari Hotari <lhot...@users.noreply.github.com>
AuthorDate: Sat Sep 20 02:49:43 2025 +0300

    [improve][build] Upgrade SpotBugs to a version that supports JDK25 (#24768)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index bd328e7d0ee..5830300735c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -354,8 +354,8 @@ flexible messaging model and an intuitive client 
API.</description>
     <wagon-ssh-external.version>3.5.3</wagon-ssh-external.version>
     <os-maven-plugin.version>1.7.0</os-maven-plugin.version>
     <jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version>
-    <spotbugs-maven-plugin.version>4.9.3.0</spotbugs-maven-plugin.version>
-    <spotbugs.version>4.9.3</spotbugs.version>
+    <spotbugs-maven-plugin.version>4.9.6.0</spotbugs-maven-plugin.version>
+    <spotbugs.version>4.9.6</spotbugs.version>
     <errorprone.version>2.38.0</errorprone.version>
     <errorprone-slf4j.version>0.1.28</errorprone-slf4j.version>
     <j2objc-annotations.version>1.3</j2objc-annotations.version>

Reply via email to