You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2019/01/09 10:43:58 UTC

[sling-org-apache-sling-scripting-sightly-compiler-java] branch master updated: trivial: updated findbugs

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

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-compiler-java.git


The following commit(s) were added to refs/heads/master by this push:
     new d8e885a  trivial: updated findbugs
d8e885a is described below

commit d8e885a103125a661b4394c5e648f547d0aa53f9
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Wed Jan 9 12:43:49 2019 +0200

    trivial: updated findbugs
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e4da53d..51514eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,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>