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 2020/08/18 16:25:40 UTC

[commons-codec] branch dependabot/maven/org.apache.commons-commons-lang3-3.11 updated (3f23c4b -> 58c5bce)

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-lang3-3.11
in repository https://gitbox.apache.org/repos/asf/commons-codec.git.


 discard 3f23c4b  Bump commons-lang3 from 3.8 to 3.11
     add a120960  Add missing header.
     add 2bce3f9  GitHub builds on Java 8, 11, and 14 (current), allow fails on 15-ea.
     add b14bdb2  Bump actions/checkout from v1 to v2.3.1 (#50)
     add 751a4ce  Document recent change.
     add 994e11f  fix travis-ci scripts
     add f621544  drop openjdk12 and openjdk13
     add 17d0ecd  drop oraclejdk11
     add fc3e676  Merge pull request #48 from XenoAmess/patch-1
     add b0b5605  Fix GitHub action for Java 15-ea.
     add 2850035  GitHub actions/setup-java@v1 -> actions/setup-java@v1.4.0.
     add 46bef82  [CODEC-292] Misspelling in comments 'They' -> 'The'
     add 8319d3d  Add --no-transfer-progress to CI builds.
     add 32e85c8  Bump commons-parent from 51 to 52 (#53)
     add 6b889af  Bump actions/checkout from v2.3.1 to v2.3.2 (#56)
     add ee2ac48  actions/checkout from v2.3.1 to v2.3.2 #56.
     add 72ebf5d  No reason to build on linux-ppc64le.
     add e87ac43  Cache ~/.m2 dir for GitHub builds.
     add 49ab8d1  Bump actions/setup-java from v1.4.0 to v1.4.1 (#57)
     add bb50d9f  actions/setup-java from v1.4.0 to v1.4.1 #57.
     add 58c5bce  Bump commons-lang3 from 3.8 to 3.11

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   (3f23c4b)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.apache.commons-commons-lang3-3.11 (58c5bce)

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/dependabot.yml                             | 15 +++++
 .github/workflows/maven.yml                        | 19 ++++--
 .travis.yml                                        | 27 ++++----
 pom.xml                                            |  2 +-
 src/changes/changes.xml                            |  2 +
 .../org/apache/commons/codec/digest/HmacUtils.java | 74 +++++++++++-----------
 6 files changed, 81 insertions(+), 58 deletions(-)