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 2019/11/22 17:25:12 UTC

[commons-lang] branch master updated: Update build dependency: com.puppycrawl.tools:checkstyle 8.25 -> 8.26.

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


The following commit(s) were added to refs/heads/master by this push:
     new 182b250  Update build dependency: com.puppycrawl.tools:checkstyle 8.25 -> 8.26.
182b250 is described below

commit 182b2506b304463f8f1a9ad765c6db0420fa356f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Nov 22 12:25:09 2019 -0500

    Update build dependency: com.puppycrawl.tools:checkstyle 8.25 -> 8.26.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fac50a2..8d30e08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -600,7 +600,7 @@
     <commons.encoding>utf-8</commons.encoding>
 
     <checkstyle.plugin.version>3.1.0</checkstyle.plugin.version>
-    <checkstyle.version>8.25</checkstyle.version>
+    <checkstyle.version>8.26</checkstyle.version>
 
     <spotbugs.plugin.version>3.1.12.2</spotbugs.plugin.version>
     <japicmp.skip>false</japicmp.skip>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 01fefef..a5b4ebe 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -85,6 +85,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="update" dev="ggregory" due-to="Gary Gregory">Update test dependency: org.easymock:easymock 4.0.2 -> 4.1.</action>
     <action                   type="update" dev="ggregory" due-to="Gary Gregory">Update test dependency: org.hamcrest:hamcrest 2.1 -> 2.2.</action>
     <action                   type="update" dev="ggregory" due-to="Gary Gregory">Update test dependency: org.junit-pioneer:junit-pioneer 0.3.0 -> 0.3.3.</action>
+    <action                   type="update" dev="ggregory" due-to="Gary Gregory">Update build dependency: com.puppycrawl.tools:checkstyle 8.25 -> 8.26.</action>
   </release>
 
   <release version="3.9" date="2019-04-09" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11.">