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 2021/01/17 18:10:43 UTC

[commons-text] branch master updated: Bump checkstyle from 8.38 to 8.39 (#193)

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-text.git


The following commit(s) were added to refs/heads/master by this push:
     new fcf71ea  Bump checkstyle from 8.38 to 8.39 (#193)
fcf71ea is described below

commit fcf71ea989653c718e7f24f113b2e6b82355f6ac
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Jan 17 13:10:36 2021 -0500

    Bump checkstyle from 8.38 to 8.39 (#193)
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.38 to 8.39.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.38...checkstyle-8.39)
    
    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 5c8a2d6..66b23b5 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.38</checkstyle.version>
+    <checkstyle.version>8.39</checkstyle.version>
 
     <spotbugs.plugin.version>4.2.0</spotbugs.plugin.version>
     <spotbugs.impl.version>4.2.0</spotbugs.impl.version>