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/08/01 14:43:33 UTC

[commons-fileupload] branch dependabot/maven/org.apache.commons-commons-parent-53 updated (12b47fe -> 289dee7)

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

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


    omit 12b47fe  Bump commons-parent from 52 to 53
     add 527fe84  Bump actions/cache from 3 to 3.0.2
     add 0c03955  Bump actions/cache from 3.0.2 to 3.0.3
     add 98d37f9  Bump github/codeql-action from 1 to 2 (#144)
     add 50a0fe8  Bump github/codeql-action from 1 to 2 #144
     add 849c862  Reorganize changes.xml
     add e10062a  Bump spotbugs-maven-plugin from 4.6.0.0 to 4.7.0.0 (#146)
     add 954f6df  Bump spotbugs-maven-plugin from 4.6.0.0 to 4.7.0.0 #146
     add 6ad3e1f  Bump maven-pmd-plugin from 3.16.0 to 3.17.0 (#150)
     add f84364d  Bump biz.aQute.bndlib from 6.2.0 to 6.3.0 (#149)
     add c913836  Bump actions/cache from 3.0.3 to 3.0.4
     add 7235057  Bump biz.aQute.bndlib from 6.3.0 to 6.3.1 (#151)
     add a4312df  Add coverage.yml
     add 9ae32cc  Add missing namespace and XSD to SpotBugs filter file.
     add b6c5f03  Add missing namespace and XSD to SpotBugs filter file.
     add 275d5d8  Bump actions/cache 3.0.4 to 3.0.5
     add c56fdca  Bump actions/cache 3.0.4 to 3.0.5
     add 130cb8e  Use compact array declaration
     add f802ea6  Use compact array declaration
     add baba6a7  Use valueOf()
     add e7df841  Update GitHub builds to use Temurin
     add b77c9db  Bump spotbugs from 4.6.0 to 4.7.1 (#152)
     add 76a1af3  Bump spotbugs from 4.6.0 to 4.7.1 #152
     add e0e4605  Bump junit-jupiter from 5.8.2 to 5.9.0 (#156)
     add a07f422  Bump junit-jupiter from 5.8.2 to 5.9.0 #156
     add e364c1d  Bump spotbugs-maven-plugin from 4.7.0.0 to 4.7.1.1 (#155)
     add b5f003d  Bump spotbugs-maven-plugin from 4.7.0.0 to 4.7.1.1 #155
     add 289dee7  Bump commons-parent from 52 to 53

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   (12b47fe)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.apache.commons-commons-parent-53 (289dee7)

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.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/codeql-analysis.yml              |    6 +-
 .github/workflows/{maven.yml => coverage.yml}      |   23 +-
 .github/workflows/maven.yml                        |   94 +-
 pom.xml                                            |   10 +-
 spotbugs-exclude-filter.xml                        |  124 +-
 src/changes/changes.xml                            | 1364 ++++++++++----------
 .../apache/commons/fileupload2/FileUploadTest.java |    6 +-
 .../commons/fileupload2/ProgressListenerTest.java  |    6 +-
 .../util/mime/Base64DecoderTestCase.java           |    2 +-
 9 files changed, 821 insertions(+), 814 deletions(-)
 copy .github/workflows/{maven.yml => coverage.yml} (80%)