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 065662f com.puppycrawl.tools:checkstyle 8.33 -> 8.34.
065662f is described below
commit 065662fcf35087fd9100ee0e8827c11e309937c3
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 4 09:42:32 2020 -0400
com.puppycrawl.tools:checkstyle 8.33 -> 8.34.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0e539ad..433975f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -603,7 +603,7 @@
<commons.encoding>utf-8</commons.encoding>
<checkstyle.plugin.version>3.1.1</checkstyle.plugin.version>
- <checkstyle.version>8.33</checkstyle.version>
+ <checkstyle.version>8.34</checkstyle.version>
<checkstyle.configdir>src/site/resources/checkstyle</checkstyle.configdir>
<spotbugs.plugin.version>4.0.0</spotbugs.plugin.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0a48dd3..545e713 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -89,7 +89,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update"
dev="ggregory">org.junit-pioneer:junit-pioneer 0.5.4 -> 0.6.0.</action>
<action type="update"
dev="ggregory">org.junit.jupiter:junit-jupiter 5.6.0 -> 5.6.1.</action>
<action type="update"
dev="ggregory">com.github.spotbugs:spotbugs 4.0.0 -> 4.0.6.</action>
- <action type="update"
dev="ggregory">com.puppycrawl.tools:checkstyle 8.29 -> 8.33.</action>
+ <action type="update"
dev="ggregory">com.puppycrawl.tools:checkstyle 8.29 -> 8.34.</action>
<action type="update"
dev="ggregory">commons.surefire.version 3.0.0-M4 -> 3.0.0-M5..</action>
</release>