You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2022/08/16 07:50:20 UTC

[activemq] branch activemq-5.17.x updated: [AMQ-9042] Upgrade to findbugs-maven-plugin 3.0.5

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

jbonofre pushed a commit to branch activemq-5.17.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.17.x by this push:
     new 216d5088d [AMQ-9042] Upgrade to findbugs-maven-plugin 3.0.5
216d5088d is described below

commit 216d5088d5fbc8363a33b9b6d9476b33d9b6d9c4
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Aug 15 08:14:41 2022 +0200

    [AMQ-9042] Upgrade to findbugs-maven-plugin 3.0.5
    
    (cherry picked from commit 3ef09b4d2823bbcfc967532a83b56495cb5ba8fc)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0840cb7ad..c86acb306 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@
     <maven-javadoc-plugin-version>3.3.1</maven-javadoc-plugin-version>
     <maven-install-plugin-version>2.5.2</maven-install-plugin-version>
     <maven-shade-plugin-version>3.2.4</maven-shade-plugin-version>
-    <findbugs-maven-plugin-version>3.0.1</findbugs-maven-plugin-version>
+    <findbugs-maven-plugin-version>3.0.5</findbugs-maven-plugin-version>
     <javacc-maven-plugin-version>2.6</javacc-maven-plugin-version>
     <cobertura-maven-plugin-version>2.5.2</cobertura-maven-plugin-version>
     <taglist-maven-plugin-version>2.4</taglist-maven-plugin-version>