You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2021/04/04 22:38:54 UTC

[logging-log4j2] branch master updated: Add spotbugs version

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

rgoers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new 543eb3a  Add spotbugs version
543eb3a is described below

commit 543eb3a264955e76cb3538eabc1e3dff29c2d47b
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sun Apr 4 15:38:39 2021 -0700

    Add spotbugs version
---
 .../log4j-spring-cloud-config-sample-server/pom.xml                    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-server/pom.xml b/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-server/pom.xml
index dfc49f8..1e1a482 100644
--- a/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-server/pom.xml
+++ b/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-server/pom.xml
@@ -32,7 +32,7 @@
     <!-- maven plugin versions -->
     <deploy.plugin.version>2.8.2</deploy.plugin.version>
     <maven.checkstyle.version>3.0.0</maven.checkstyle.version>
-    <maven.findbugs.version>3.0.5</maven.findbugs.version>
+    <spotbugs.plugin.version>4.0.4</spotbugs.plugin.version>
     <maven.google.code.findbugs.version>3.0.2</maven.google.code.findbugs.version>
     <maven.google.code.findbugs.findbugs.version>3.0.1</maven.google.code.findbugs.findbugs.version>
     <maven.jacoco.version>0.8.6</maven.jacoco.version>
@@ -140,6 +140,7 @@
       <plugin>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-maven-plugin</artifactId>
+        <version>${spotbugs.plugin.version}</version>
         <configuration>
           <skip>true</skip>
         </configuration>