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

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new b3209293e3 fix(deps): update dependency spotbugs to v4.8.3
b3209293e3 is described below

commit b3209293e3888a56d0ce3e3db85d835f3ce6f5df
Author: Mend Renovate <[email protected]>
AuthorDate: Thu Dec 14 16:37:18 2023 +0000

    fix(deps): update dependency spotbugs to v4.8.3
---
 .../verification/src/main/kotlin/build-logic.spotbugs.gradle.kts        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/build-logic/verification/src/main/kotlin/build-logic.spotbugs.gradle.kts 
b/build-logic/verification/src/main/kotlin/build-logic.spotbugs.gradle.kts
index 684857d487..413fdb7df6 100644
--- a/build-logic/verification/src/main/kotlin/build-logic.spotbugs.gradle.kts
+++ b/build-logic/verification/src/main/kotlin/build-logic.spotbugs.gradle.kts
@@ -27,7 +27,7 @@ plugins {
 
 spotbugs {
     // Below statement is for Renovate Bot since it does not support 
toolVersion.set("..") pattern yet
-    val toolVersion = "4.8.1"
+    val toolVersion = "4.8.3"
     this.toolVersion.set(toolVersion)
 
     providers.gradleProperty("spotbugs.version")

Reply via email to