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

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

commit 35afad626048c1c87ecc1ca07ac0bf11382e207b
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 f4c00d935a3..7c421792880 100644
--- a/pom.xml
+++ b/pom.xml
@@ -357,8 +357,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.1</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