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

aonishuk pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/ambari.git

commit a6277084a08c10e93fe7cd5e1c4c23c1916ca3fa
Author: Ihor Lukianov <ihor.lukia...@cloudera.com>
AuthorDate: Mon May 6 16:02:20 2019 +0300

    [AMBARI-25266] fix build error at Findbugs with Maven 3.6 (ihorlukianov)
---
 ambari-server/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index 2b93300..c4d59bd 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -540,7 +540,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>3.0.3</version>
+        <version>3.0.5</version>
         <configuration>
           <failOnError>false</failOnError>
           <threshold>Low</threshold>

Reply via email to