You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2021/08/09 10:45:20 UTC

[commons-release-plugin] branch master updated: Bump checkstyle from 8.45 to 8.45.1

This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new ea69453  Bump checkstyle from 8.45 to 8.45.1
     new 1ddad59  Merge branch 'pr-65'
ea69453 is described below

commit ea69453822f4129b27c696f6ba6aeb6f044c703c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Aug 9 08:02:12 2021 +0000

    Bump checkstyle from 8.45 to 8.45.1
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.45 to 8.45.1.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.45...checkstyle-8.45.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4f5c428..3453f6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
     </commons.scmPubUrl>
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
     <checkstyle.plugin.version>3.1.2</checkstyle.plugin.version>
-    <checkstyle.version>8.45</checkstyle.version>
+    <checkstyle.version>8.45.1</checkstyle.version>
     <maven-scm.version>1.11.2</maven-scm.version>
     <commons.spotbugs.version>4.3.0</commons.spotbugs.version>
     <commons.spotbugs.impl.version>4.3.0</commons.spotbugs.impl.version>    
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7244f25..3e76b3e 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,7 +44,7 @@
       <action type="update" dev="ggregory">Update JUnit from 4.12 to 4.13.2, #23 #39.</action>
       <action type="update" dev="kinow" due-to="Gary Gregory, Dependabot">Bump maven.dependency.version from 3.6.1 to 3.8.1 #47.</action>
       <action type="update" dev="ggregory">Update commons-io:commons-io from 2.6 to 2.11.0 #13 #63.</action>
-      <action type="update" dev="ggregory">Update checkstyle from 8.34 to 8.45 #5 #12 #14 #27 #31 #35 #40 #46 #53 #58 #64.</action>
+      <action type="update" dev="ggregory">Update checkstyle from 8.34 to 8.45.1 #5 #12 #14 #27 #31 #35 #40 #46 #53 #58 #64 #65.</action>
       <action type="update" dev="ggregory">Update actions/checkout from v2.3.1 to v2.3.4 #8, #16, #28.</action>
       <action type="update" dev="ggregory">Update velocity-engine-core from 2.1 to 2.3 #4 #43.</action>
       <action type="update" dev="ggregory">Update commons-codec from 1.13 to 1.15.</action>