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/09/18 15:26:25 UTC

[commons-bcel] branch dependabot/maven/commons-io-commons-io-2.8.0 updated (3ac4f6b -> 79c65d2)

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

github-bot pushed a change to branch dependabot/maven/commons-io-commons-io-2.8.0
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git.


 discard 3ac4f6b  Bump commons-io from 2.7 to 2.8.0
     add 8b3085f  Fix typo
     add fead9f0  Fix typo
     add ab8105b  Replace Java 14 with Java 15 as the latest Java version to test.
     add 485b1fe  Update Jacoco from 0.8.5 to 0.8.6.
     add 79c65d2  Bump commons-io from 2.7 to 2.8.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   (3ac4f6b)
            \
             N -- N -- N   refs/heads/dependabot/maven/commons-io-commons-io-2.8.0 (79c65d2)

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/maven.yml                               | 4 +---
 pom.xml                                                   | 2 +-
 src/changes/changes.xml                                   | 1 +
 src/main/java/org/apache/bcel/classfile/ConstantPool.java | 2 +-
 src/main/java/org/apache/bcel/classfile/JavaClass.java    | 2 +-
 5 files changed, 5 insertions(+), 6 deletions(-)