You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/07/08 22:14:23 UTC

[commons-dbcp] branch master updated: Bump spotbugs-maven-plugin from 4.7.0.0 to 4.7.1.0 (#200)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0e9dc63c Bump spotbugs-maven-plugin from 4.7.0.0 to 4.7.1.0 (#200)
0e9dc63c is described below

commit 0e9dc63c6a709c626995a858961c547e75b617a6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jul 8 18:14:17 2022 -0400

    Bump spotbugs-maven-plugin from 4.7.0.0 to 4.7.1.0 (#200)
    
    Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.7.0.0 to 4.7.1.0.
    - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
    - [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.7.0.0...spotbugs-maven-plugin-4.7.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.spotbugs:spotbugs-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 36381c73..441c1caa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -333,7 +333,7 @@
     <!-- See DBCP-445 and DBCP-454 -->
     <commons.osgi.import>javax.transaction;version="1.1.0",javax.transaction.xa;version="1.1.0";partial=true;mandatory:=partial,*</commons.osgi.import>
     <commons.japicmp.ignoreMissingClasses>true</commons.japicmp.ignoreMissingClasses>
-    <spotbugs.plugin.version>4.7.0.0</spotbugs.plugin.version>
+    <spotbugs.plugin.version>4.7.1.0</spotbugs.plugin.version>
     <spotbugs.impl.version>4.7.1</spotbugs.impl.version>
     <commons.pmd.version>3.17.0</commons.pmd.version>
     <commons.pmd-impl.version>6.47.0</commons.pmd-impl.version>