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 bcc6d3c com.puppycrawl.tools:checkstyle 8.33 -> 8.34. bcc6d3c is described below commit bcc6d3cfb6ebb1771543b18b1e20b612373d203a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jun 30 10:30:26 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 b9981a1..023daf5 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.33</checkstyle.version> + <checkstyle.version>8.34</checkstyle.version> <spotbugs.plugin.version>4.0.0</spotbugs.plugin.version> <spotbugs.impl.version>4.0.6</spotbugs.impl.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8e67b46..b6b991d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -63,7 +63,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="add" dev="ggregory" due-to="Gary Gregory">Add org.apache.commons.text.TextStringBuilder.TextStringBuilder(CharSequence).</action> <action type="update" dev="ggregory" due-to="Gary Gregory">[test] junit-jupiter 5.5.1 -> 5.5.2.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">[test] org.assertj:assertj-core 3.13.2 -> 3.16.1.</action> - <action type="update" dev="ggregory" due-to="Gary Gregory">[build] com.puppycrawl.tools:checkstyle 8.23 -> 8.27.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">[build] com.puppycrawl.tools:checkstyle 8.23 -> 8.34.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">[build] Update JUnit from 5.5.2 to 5.6.1.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">[build] commons.jacoco.version 0.8.4 -> 0.8.5.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">[build] commons.javadoc.version 3.1.1 -> 3.2.0.</action>