You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gi...@apache.org on 2022/09/05 18:27:31 UTC

[commons-fileupload] branch dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.2.0 updated (04dd068 -> ba07835)

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

github-bot pushed a change to branch dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.2.0
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git


    omit 04dd068  Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0
     add 373d23e  Bump spotbugs from 4.7.1 to 4.7.2 #161
     add 4aaceea  Bump maven-pmd-plugin from 3.17.0 to 3.19.0 (#162)
     new ba07835  Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (04dd068)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.2.0 (ba07835)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[commons-fileupload] 01/01: Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.2.0
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git

commit ba078350b92824589e9ab13ad718f0c1cdf43c48
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Sep 5 18:27:26 2022 +0000

    Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0
    
    Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.1.2 to 3.2.0.
    - [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
    - [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.2...maven-checkstyle-plugin-3.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c47debd..041897f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -249,7 +249,7 @@
     <commons.releaseManagerKey>B6E73D84EA4FCC47166087253FAAD2CD5ECBB314</commons.releaseManagerKey>
     <spotbugs.plugin.version>4.7.1.1</spotbugs.plugin.version>
     <spotbugs.impl.version>4.7.2</spotbugs.impl.version>
-    <checkstyle.plugin.version>3.1.2</checkstyle.plugin.version>
+    <checkstyle.plugin.version>3.2.0</checkstyle.plugin.version>
 
   </properties>