This is an automated email from the ASF dual-hosted git repository. radu pushed a commit to branch issue/SLING-8228 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-runtime.git
commit 3c5f914fdb6304d8b9986ddd5a488de80d1cd306 Author: Radu Cotescu <[email protected]> AuthorDate: Wed Jan 9 12:44:20 2019 +0200 trivial: updated findbugs --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7193559..8be06d9 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> - <version>3.0.3</version> + <version>3.0.5</version> <configuration> <effort>Max</effort> <xmlOutput>true</xmlOutput>
