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 661d8e0 [build] com.puppycrawl.tools:checkstyle 8.25 -> 8.26.
661d8e0 is described below
commit 661d8e077e09a735ac01def710c7417a6797bb5a
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Nov 23 17:20:46 2019 -0500
[build] 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 162d29b..5c7e610 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
<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>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5f27d73..f5d416d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -52,6 +52,7 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="TEXT-149" type="fix" dev="kinow" due-to="Yuji
Konishi">StringEscapeUtils.unescapeCsv doesn't remove quotes at begin and end
of string.</action>
<action type="update" dev="ggregory" due-to="Johan
Hammar">(doc) Fix compiler warnings in Java code example in Javadoc
#124.</action>
<action type="update" dev="ggregory" due-to="Gary
Gregory">[test] org.assertj:assertj-core 3.13.2 -> 3.14.0.</action>
+ <action type="update" dev="ggregory" due-to="Gary
Gregory">[build] com.puppycrawl.tools:checkstyle 8.25 -> 8.26.</action>
</release>
<release version="1.8" date="2019-08-30" description="Release 1.8">