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 ccadefe53e fix(deps): update dependency spotbugs to v4.8.1
ccadefe53e is described below
commit ccadefe53e07b3ef6993cbe310763ca6a1ec6768
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Nov 24 14:18:00 2023 +0000
fix(deps): update dependency spotbugs to v4.8.1
---
.../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 81b8cd3f17..684857d487 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.7.3"
+ val toolVersion = "4.8.1"
this.toolVersion.set(toolVersion)
providers.gradleProperty("spotbugs.version")