This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/branch-2.7 by this push:
new 74b3733 AMBARI-24865. Build error at Findbugs with Maven 3.6. (#2582)
74b3733 is described below
commit 74b3733af13062f4c79057c6331de0272ae048bf
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Nov 7 14:43:12 2018 +0100
AMBARI-24865. Build error at Findbugs with Maven 3.6. (#2582)
---
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 727e493..1978f43 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -661,7 +661,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>