You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2021/04/20 01:36:42 UTC

[commons-geometry] branch master updated: Bump spotbugs-maven-plugin from 4.2.2 to 4.2.3

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

mattjuntunen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-geometry.git


The following commit(s) were added to refs/heads/master by this push:
     new 2afc52f  Bump spotbugs-maven-plugin from 4.2.2 to 4.2.3
2afc52f is described below

commit 2afc52fc6d6f6c1305be07dcde71cc51b1e30aa7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Apr 19 08:05:45 2021 +0000

    Bump spotbugs-maven-plugin from 4.2.2 to 4.2.3
    
    Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.2.2 to 4.2.3.
    - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
    - [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/4.2.2...spotbugs-maven-plugin-4.2.3)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dd7ee55..91e34dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
     <!-- Workaround to avoid duplicating config files. -->
     <geometry.parent.dir>${basedir}</geometry.parent.dir>
 
-    <commons.spotbugs.version>4.2.2</commons.spotbugs.version>
+    <commons.spotbugs.version>4.2.3</commons.spotbugs.version>
     <!-- Required for Java 13 build -->
     <commons.spotbugs.dep.version>4.2.3</commons.spotbugs.dep.version>