This is an automated email from the ASF dual-hosted git repository. motus pushed a commit to branch REEF-2058 in repository https://gitbox.apache.org/repos/asf/reef.git
commit e886939918c00edceb0ae6729de6c91621080579 Author: Sergiy Matusevych <[email protected]> AuthorDate: Mon Sep 23 10:40:13 2019 -0700 [REEF-2058] Update FindBugs to version 3.0.4 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>
