This is an automated email from the ASF dual-hosted git repository.
weimer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/reef.git
The following commit(s) were added to refs/heads/master by this push:
new 91a587a [REEF-2058] Update FindBugs to version 3.0.4 (#1490)
91a587a is described below
commit 91a587a4f99532204f5d0afe18702056d374b45f
Author: Sergiy Matusevych <[email protected]>
AuthorDate: Fri Oct 4 14:52:57 2019 -0700
[REEF-2058] Update FindBugs to version 3.0.4 (#1490)
FindBugs plugin v 3.0.2 that we use does not work with newer versions of
maven (3.6+). We need to upgrade FindBugs to version 3.0.4.
JIRA:
[REEF-2058](https://issues.apache.org/jira/projects/REEF/issues/REEF-2058)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index bd3f34a..6f7e201 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@ under the License.
<maven-checkstyle-plugin.version>2.17</maven-checkstyle-plugin.version>
<sevntu.checkstyle.plugin.version>1.20.0</sevntu.checkstyle.plugin.version>
<checkstyle.version>6.17</checkstyle.version>
- <findbugs.version>3.0.2</findbugs.version>
+ <findbugs.version>3.0.4</findbugs.version>
<reflections.version>0.9.9-RC1</reflections.version>
<jsr305.version>3.0.1</jsr305.version>
<kryo.version>3.0.3</kryo.version>