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/06/09 17:49:47 UTC

[commons-crypto] branch dependabot/maven/org.apache.commons-commons-parent-53 updated (5882660 -> 0287a4f)

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-crypto.git


 discard 5882660  Bump commons-parent from 52 to 53
     add 9c02d87  Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 (#154)
     add 2f12894  Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 #154
     add 9a19970  Group some updates.
     add d7c39dd  Bump actions/cache from 3 to 3.0.2
     add ef4bf29  Bump actions/setup-java from 2 to 3
     add 6e8cebe  Suggesting build with Docker.
     add 04b7c13  += AL2
     add f20c834  Bump actions/cache from 3.0.2 to 3.0.3
     add 6019a49  Organize
     add 384b827  Bump actions/cache from 3.0.3 to 3.0.4
     add 8742210  Add coverage.yml
     add 20c8fd6  Bump maven-antrun-plugin from 3.0.0 to 3.1.0 (#158)
     add ff096e3  Bump maven-antrun-plugin from 3.0.0 to 3.1.0 #158
     add 995e44b  Bump jmh.version from 1.34 to 1.35 (#157)
     add 44fda4f  Bump jmh.version from 1.34 to 1.35 #157
     add 8e39214  Bump github/codeql-action from 1 to 2 (#159)
     add 56aa010  Bump github/codeql-action from 1 to 2 #159
     add 0287a4f  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   (5882660)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.apache.commons-commons-parent-53 (0287a4f)

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         |  4 +--
 .github/workflows/{maven.yml => coverage.yml} | 39 ++++++++++--------------
 .github/workflows/maven.yml                   |  4 +--
 pom.xml                                       |  6 ++--
 src/changes/changes.xml                       | 13 ++++----
 src/docker/Dockerfile                         | 43 +++++++++++++++++++++++++++
 src/docker/README.md                          | 22 ++++++++++++++
 7 files changed, 96 insertions(+), 35 deletions(-)
 copy .github/workflows/{maven.yml => coverage.yml} (61%)
 create mode 100644 src/docker/Dockerfile
 create mode 100644 src/docker/README.md