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 33f5e3a3865 Update global spotbugs version
33f5e3a3865 is described below
commit 33f5e3a3865c3bb163c45f96f9f2a3919f4bb0f5
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Mon Jun 16 12:49:38 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 7867c4895c4..7ff9053974a 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.0.6"
+ def spotbugs_version = "4.9.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"