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

vterentev pushed a commit to branch fix-java-solace-workflow
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/fix-java-solace-workflow by 
this push:
     new 1c02eb776cd Update global spotbugs version
1c02eb776cd is described below

commit 1c02eb776cde4b94759dea5fa457737fcb1fbd3d
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Mon Jun 16 12:55:52 2025 +0400

    Update global spotbugs version
---
 buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy 
b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
index 7ff9053974a..bc6f4d2513c 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -647,7 +647,7 @@ class BeamModulePlugin implements Plugin<Project> {
     def solace_version = "10.21.0"
     def spark2_version = "2.4.8"
     def spark3_version = "3.5.0"
-    def spotbugs_version = "4.9.3"
+    def spotbugs_version = "4.8.3"
     def testcontainers_version = "1.19.7"
     // [bomupgrader] determined by: org.apache.arrow:arrow-memory-core, 
consistent with: google_cloud_platform_libraries_bom
     def arrow_version = "15.0.2"

Reply via email to