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 873c188f25 fix(deps): update dependency 
com.github.spotbugs:com.github.spotbugs.gradle.plugin to v5.0.14
873c188f25 is described below

commit 873c188f25b00d1c2e3826a73990c1d976ddee24
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Fri Apr 28 09:37:26 2023 +0300

    fix(deps): update dependency 
com.github.spotbugs:com.github.spotbugs.gradle.plugin to v5.0.14
    
    Closes https://github.com/apache/jmeter/pull/5829
    See https://github.com/spotbugs/spotbugs-gradle-plugin/issues/888
---
 build-logic/checksum.xml                  | 4 ++--
 build-logic/verification/build.gradle.kts | 2 +-
 checksum.xml                              | 3 ---
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/build-logic/checksum.xml b/build-logic/checksum.xml
index bb09cb568e..92fc380127 100644
--- a/build-logic/checksum.xml
+++ b/build-logic/checksum.xml
@@ -65,8 +65,8 @@
     <trusted-key id='fa1703b1d287caea3a60f931e0130a3ed5a2079e' 
group='org.webjars' />
   </trusted-keys>
   <dependencies>
-    <dependency group='com.github.spotbugs.snom' 
module='spotbugs-gradle-plugin' version='5.0.13'>
-      
<sha512>2B171CABD12C1E2A89EA9DFEEDC4F97F89587AADADCBB6B4B093D7C558EE3CB2F7D2A6CC66787D5D7B664CF3DC9BC7E4CDAD3737CDCE109D7AB5A0EF0D8BC925</sha512>
+    <dependency group='com.github.spotbugs.snom' 
module='spotbugs-gradle-plugin' version='5.0.14'>
+      
<sha512>F8768877E3B204EA886F7BDEE6B4D900DB80B1B63CF37800F56E3BB1E2D3C13B38F7BA4784160DB80A0CAB658D4948BEE1992E9FAFE519C156BEF8A4B0B3E903</sha512>
     </dependency>
     <dependency group='de.marcphilipp.gradle' module='nexus-publish-plugin' 
version='0.4.0'>
       
<sha512>37EC6DFBDDD0458A2A341E371D038B3B0A25AB2F9006B295EBCF3BDE873A8D02C8CDAA6C69D875500F67593C618E8EF62C0269FB2F7F527A1367A7D6B8EA3CBE</sha512>
diff --git a/build-logic/verification/build.gradle.kts 
b/build-logic/verification/build.gradle.kts
index 762def2dd1..dcce20c99d 100644
--- a/build-logic/verification/build.gradle.kts
+++ b/build-logic/verification/build.gradle.kts
@@ -23,7 +23,7 @@ dependencies {
     api(projects.basics)
     api(projects.buildParameters)
     api("com.github.autostyle:com.github.autostyle.gradle.plugin:3.2")
-    api("com.github.spotbugs:com.github.spotbugs.gradle.plugin:5.0.13")
+    api("com.github.spotbugs:com.github.spotbugs.gradle.plugin:5.0.14")
     api("com.github.vlsi.ide:com.github.vlsi.ide.gradle.plugin:1.88")
     
api("com.github.vlsi.gradle-extensions:com.github.vlsi.gradle-extensions.gradle.plugin:1.88")
     
api("de.thetaphi.forbiddenapis:de.thetaphi.forbiddenapis.gradle.plugin:3.5.1")
diff --git a/checksum.xml b/checksum.xml
index 5651ae1987..5442713506 100644
--- a/checksum.xml
+++ b/checksum.xml
@@ -200,9 +200,6 @@
     <dependency group='com.github.bulenkov.darcula' module='darcula' 
version='e208efb96f70e4be9dc362fbb46f6e181ef501dd'>
       
<sha512>80F3335D8EA3FB3FF07A12A79C958C4E3F8BB542511C52825A8B3694AC96F027E24396CE9EDCEFA44EE93B5CBED4E4AED4575E6AAED56F363BAE92C52EE85D22</sha512>
     </dependency>
-    <dependency group='com.github.spotbugs.snom' 
module='spotbugs-gradle-plugin' version='5.0.13'>
-      
<sha512>2B171CABD12C1E2A89EA9DFEEDC4F97F89587AADADCBB6B4B093D7C558EE3CB2F7D2A6CC66787D5D7B664CF3DC9BC7E4CDAD3737CDCE109D7AB5A0EF0D8BC925</sha512>
-    </dependency>
     <dependency group='com.github.spotbugs.snom' 
module='spotbugs-gradle-plugin' version='5.0.14'>
       
<sha512>F8768877E3B204EA886F7BDEE6B4D900DB80B1B63CF37800F56E3BB1E2D3C13B38F7BA4784160DB80A0CAB658D4948BEE1992E9FAFE519C156BEF8A4B0B3E903</sha512>
     </dependency>

Reply via email to