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/11/02 07:18:24 UTC

[commons-text] branch master updated: Bump checkstyle from 8.36.2 to 8.37

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


The following commit(s) were added to refs/heads/master by this push:
     new 2495545  Bump checkstyle from 8.36.2 to 8.37
     new b8c8479  Merge branch 'pr-182'
2495545 is described below

commit 249554533e3642ba402e1495e498786e6fa57d70
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Nov 2 06:29:50 2020 +0000

    Bump checkstyle from 8.36.2 to 8.37
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.36.2 to 8.37.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.36.2...checkstyle-8.37)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 804a1b8..043a13b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
 
     <checkstyle.plugin.version>3.1.1</checkstyle.plugin.version>
-    <checkstyle.version>8.36.2</checkstyle.version>
+    <checkstyle.version>8.37</checkstyle.version>
 
     <spotbugs.plugin.version>4.1.4</spotbugs.plugin.version>
     <spotbugs.impl.version>4.1.4</spotbugs.impl.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fae2236..69d11ac 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -57,7 +57,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="TEXT-188" type="add" dev="kinow" due-to="Jakob Vesterstrøm">Speed up LevenshteinDistance with threshold by exiting early</action>
     <action issue="TEXT-185" type="add" dev="ggregory" due-to="Larry West, Gary Gregory">Release Notes page hasn't been updated for 1.9 release yet.</action>    
     <!-- UPDATE -->
-    <action                  type="update" dev="ggregory" due-to="Dependabot">Update checkstyle from 8.34 to 8.36.2 #141 #168.</action>
+    <action                  type="update" dev="ggregory" due-to="Dependabot">Update checkstyle from 8.34 to 8.37 #141 #168 #182.</action>
     <action                  type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Update spotbugs.plugin.version 4.0.0 to 4.1.4 #144 #150 #167 #176.</action>
     <action                  type="update" dev="ggregory" due-to="Dependabot">Update mockito-inline from 3.4.4 to 3.6.0 #143 #148 #149 #152 #153 #154 #158 #159 #166 #177 #180.</action>
     <action                  type="update" dev="kinow" due-to="Dependabot">Bump junit-jupiter from 5.6.2 to 5.7.0 #163.</action>