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

fschumacher 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 9d21839  Update utility jars spotbugs and checksum
9d21839 is described below

commit 9d21839314254a54e673c0d1d861b5bd8bfa18f1
Author: Felix Schumacher <felix.schumac...@internetallee.de>
AuthorDate: Sun Aug 9 18:41:05 2020 +0200

    Update utility jars spotbugs and checksum
---
 checksum.xml                     |  4 +++-
 config/checkstyle/checkstyle.xml | 10 ++++++----
 gradle.properties                |  4 ++--
 3 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/checksum.xml b/checksum.xml
index 8222307..b51f544 100644
--- a/checksum.xml
+++ b/checksum.xml
@@ -19,6 +19,7 @@
     <trusted-key id='254e9c64c264c176' group='com.github.weisj' />
     <trusted-key id='59a252fb1199d873' group='com.google.code.findbugs' />
     <trusted-key id='7a01b0f236e5430f' group='com.google.code.gson' />
+    <trusted-key id='1669c4bb543e0445' group='com.google.errorprone' />
     <trusted-key id='912d2c0eccda55c0' group='com.google.errorprone' />
     <trusted-key id='9a259c7ee636c5ed' group='com.google.errorprone' />
     <trusted-key id='bf935c771a8474f8' group='com.google.errorprone' />
@@ -39,6 +40,7 @@
     <trusted-key id='6425559c47cc79c4' group='com.sun.activation' />
     <trusted-key id='602ec18d20c4661c' group='com.thoughtworks.xstream' />
     <trusted-key id='1861c322c56014b2' group='commons-beanutils' />
+    <trusted-key id='3faad2cd5ecbb314' group='commons-beanutils' />
     <trusted-key id='411063a3a0ffd119' group='commons-beanutils' />
     <trusted-key id='9daadc1c9fcc82d0' group='commons-cli' />
     <trusted-key id='86fdc7e2a11262cb' group='commons-codec' />
@@ -77,8 +79,8 @@
     <trusted-key id='411063a3a0ffd119' group='org.apache-extras.beanshell' />
     <trusted-key id='87a7f75a6a8ba5fc' group='org.apache.activemq' />
     <trusted-key id='bff2ee42c8282e76' group='org.apache.activemq' />
-    <trusted-key id='ddbcc1270a29d081' group='org.apache.ant' />
     <trusted-key id='a2115ae15f6b8b72' group='org.apache.ant' />
+    <trusted-key id='ddbcc1270a29d081' group='org.apache.ant' />
     <trusted-key id='86fdc7e2a11262cb' group='org.apache.bcel' />
     <trusted-key id='3faad2cd5ecbb314' group='org.apache.commons' />
     <trusted-key id='64a16faaec16a4be' group='org.apache.commons' />
diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml
index e82b6bb..75128be 100644
--- a/config/checkstyle/checkstyle.xml
+++ b/config/checkstyle/checkstyle.xml
@@ -68,6 +68,12 @@
     <property name="fileExtensions" value="java, kt, kts, groovy"/>
   </module>
 
+  <module name="LineLength">
+    <!-- TODO: reduce this to 120 -->
+    <property name="max" value="160"/>
+    <property name="fileExtensions" value="java, kt, kts, groovy"/>
+  </module>
+
   <module name="TreeWalker">
 
     <!-- Annotations -->
@@ -178,10 +184,6 @@
     <module name="AnonInnerLength">
       <property name="max" value="45"/>
     </module>
-    <module name="LineLength">
-      <!-- TODO: reduce this to 120 -->
-      <property name="max" value="160"/>
-    </module>
 
     <!-- whitespace -->
     <module name="EmptyForInitializerPad"/>
diff --git a/gradle.properties b/gradle.properties
index 0ff1fa2..568ca11 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -28,9 +28,9 @@ kotlin.parallel.tasks.in.project=true
 jmeter.version=5.3.1
 
 # Tools
-checkstyle.version=8.22
+checkstyle.version=8.35
 jacoco.version=0.8.5
-spotbugs.version=3.1.12
+spotbugs.version=4.1.1
 velocity.version=1.7
 
 # Plugins

Reply via email to