You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2020/09/30 09:49:21 UTC

[commons-text] 01/01: Merge pull request #167 from apache/dependabot/maven/com.github.spotbugs-spotbugs-4.1.3

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

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

commit e74cad372c53ccc38cd8511adc93fdd46650d4f2
Merge: 5750cbe 3b5f05f
Author: Bruno P. Kinoshita <ki...@users.noreply.github.com>
AuthorDate: Wed Sep 30 22:49:14 2020 +1300

    Merge pull request #167 from apache/dependabot/maven/com.github.spotbugs-spotbugs-4.1.3
    
    Bump spotbugs from 4.1.2 to 4.1.3

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

diff --cc pom.xml
index 953f7d4,bb59ae5..109f3cb
--- a/pom.xml
+++ b/pom.xml
@@@ -49,10 -49,10 +49,10 @@@
  
      <commons.mockito.version>3.5.10</commons.mockito.version>
      <checkstyle.plugin.version>3.1.1</checkstyle.plugin.version>
 -    <checkstyle.version>8.36</checkstyle.version>
 +    <checkstyle.version>8.36.2</checkstyle.version>
  
      <spotbugs.plugin.version>4.0.4</spotbugs.plugin.version>
-     <spotbugs.impl.version>4.1.2</spotbugs.impl.version>
+     <spotbugs.impl.version>4.1.3</spotbugs.impl.version>
      
      <commons.jacoco.version>0.8.6</commons.jacoco.version>