You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2022/11/29 19:35:04 UTC

[commons-compress] branch dependabot/maven/org.slf4j-slf4j-api-2.0.5 updated (4d1ba3f0 -> 724fa62f)

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

kinow pushed a change to branch dependabot/maven/org.slf4j-slf4j-api-2.0.5
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


 discard 4d1ba3f0 Bump slf4j-api from 2.0.4 to 2.0.5
     add c5977e11 COMPRESS-623: make ZipFile's getRawInputStream usable when local headers are not read (#306)
     add 8aa454e8 Fix and simplify Javadoc links
     add 47cb4133 Add GHitHub robots file
     add cc1605fd Set release date
     add 223fcb81 Update POM version
     add a1b7440e Make org.apache.commons.compress.utils.MultiReadOnlySeekableByteChannel.position(long) obey the contract for
     add ed025945 Make ZipFile's getRawInputStream usable when local headers are not read #306.
     add 4af55ca1 Bump com.github.marschall:memoryfilesystem from 2.3.0 to 2.4.0
     add 399e3e8e Bump org.mockito:mockito-core from 4.8.0 to 4.9.0
     add be89e73c Bump japicmp-maven-plugin from 0.16.0 to 0.17.1
     add d59a74fa Merge remote-tracking branch 'origin/release'
     add 83da6a18 Bump pmd from 6.51.0 to 6.52.0
     add 7c300378 Bump japicmp from 0.16.0 to 0.17.1
     add 724fa62f Bump slf4j-api from 2.0.4 to 2.0.5

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   (4d1ba3f0)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.slf4j-slf4j-api-2.0.5 (724fa62f)

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:
 .../download_compress.cgi => .github/GH-ROBOTS.txt | 11 ++++-----
 pom.xml                                            |  4 ++--
 src/changes/changes.xml                            |  3 ++-
 .../commons/compress/archivers/zip/ZipFile.java    | 27 +++++++++++-----------
 .../utils/MultiReadOnlySeekableByteChannel.java    |  2 +-
 .../zip/ZipFileIgnoringLocalFileHeaderTest.java    |  4 ++--
 .../MultiReadOnlySeekableByteChannelTest.java      |  4 ++--
 7 files changed, 27 insertions(+), 28 deletions(-)
 copy src/site/resources/download_compress.cgi => .github/GH-ROBOTS.txt (77%)
 mode change 100755 => 100644