You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/05/30 15:39:58 UTC

[maven-filtering] branch 900 created (now 1efbedd)

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

elharo pushed a change to branch 900
in repository https://gitbox.apache.org/repos/asf/maven-filtering.git.


      at 1efbedd  update findbugs

This branch includes the following new commits:

     new 1efbedd  update findbugs

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-filtering] 01/01: update findbugs

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch 900
in repository https://gitbox.apache.org/repos/asf/maven-filtering.git

commit 1efbedd775d2a8c19e33b27daeb890c3403c2c65
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sat May 30 11:39:41 2020 -0400

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

diff --git a/pom.xml b/pom.xml
index 936711e..aad6ff3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@
     <dependency>
       <groupId>com.google.code.findbugs</groupId>
       <artifactId>jsr305</artifactId>
-      <version>3.0.0</version>
+      <version>3.0.2</version>
       <scope>provided</scope>
     </dependency>
     <dependency>