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

github-bot pushed a change to branch dependabot/maven/mockito.version-5.5.0
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


    omit 4410f88f Bump mockito.version from 4.11.0 to 5.5.0
     add c2c472c9 Bump actions/checkout from 3.5.3 to 3.6.0 (#407)
     add 3aebc196 Javadoc
     add 7d14165b Generics
     add 0c221f08 Generics
     add 9c12e3dd Better param name
     add b80cc6b4 No need to initialize to default value
     add 149616fe Replace deprecated method call
     add b0c57d26 Add @SuppressWarnings
     add be63e111 Use try-with-resources
     add ba7a337d Use try-with-resources
     add b5e93bb5 Use try-with-resources
     add 2b00b7f8 Use try-with-resources
     add 5ff8af5f Use try-with-resources
     add 95e67f06 Use try-with-resources
     add 0faa52d9 Use better test API
     add c6c99897 Use better test API
     add 441aefc7 Bump commons-parent from 59 to 61
     add 2913771b Use JUnit fail() instead of throwing an error in tests
     add df7172f4 Bump github/codeql-action from 2.21.4 to 2.21.5 (#409)
     add 43354810 Add testPaxTimeFieldsForInvalidValues
     add 2ca85910 Javadoc
     add 5e04c84f Javadoc
     add bff667e5 Comment empty block
     add 89391cb0 Comment
     add 331de296 Use try-with-resources
     add 9cf07fa5 Bullet-proof test
     add 7e384b59 Bullet-proof test
     add fa4f1c48 Use try-with-resources
     add a54b1f3f Use try-with-resources
     add 3b2adb49 Use try-with-resources
     add 4aa4b1ab Comment empty block
     add 2e4fdff7 Use try-with-resources
     add c284c522 Use try-with-resources
     add b220635b Use try-with-resources
     add 58390f0d Use try-with-resources
     add 35584738 Use try-with-resources
     add 66f0b3be Use try-with-resources
     add 8d05bddb Use try-with-resources in tests
     add a3f70f42 Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.8
     add 6cb49f3f Prepare for release candidate
     add cbd12005 Prepare for release candidate
     add fc621d68 Bump actions/checkout from 3.6.0 to 4.0.0 (#410)
     add cb3189e9 Bump actions/cache from 3.3.1 to 3.3.2 (#412)
     add 19265009 Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#411)
     add e52eabe9 Update POM version for Apache Commons Compress release 1.24.0
     add 716207c6 Bump to next development version
     add 63726bfa Merge branch 'release'
     add 5160768f Bump mockito.version from 4.11.0 to 5.5.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   (4410f88f)
            \
             N -- N -- N   refs/heads/dependabot/maven/mockito.version-5.5.0 
(5160768f)

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              |   8 +-
 .github/workflows/coverage.yml                     |   4 +-
 .github/workflows/maven.yml                        |   4 +-
 .github/workflows/scorecards-analysis.yml          |   6 +-
 README.md                                          |  11 +-
 RELEASE-NOTES.txt                                  |  40 ++-
 pom.xml                                            |  11 +-
 src/changes/changes.xml                            |   9 +-
 .../archivers/ar/ArArchiveInputStream.java         |   7 +-
 .../compress/archivers/dump/DumpArchiveUtil.java   |  29 +-
 .../compress/archivers/tar/TarArchiveEntry.java    |  20 +-
 .../archivers/tar/TarArchiveOutputStream.java      |  40 +--
 .../lzma/LZMACompressorOutputStream.java           |   1 +
 .../harmony/archive/internal/nls/Messages.java     |   2 +-
 .../harmony/unpack200/AttributeLayoutMap.java      |   6 +-
 src/site/xdoc/download_compress.xml                |  26 +-
 .../apache/commons/compress/AbstractTestCase.java  |   2 +-
 .../compress/archivers/examples/ExpanderTest.java  |  16 +-
 .../compress/archivers/jar/ExpandApkTest.java      |   2 +-
 .../archivers/sevenz/AES256SHA256DecoderTest.java  |  27 +-
 .../compress/archivers/sevenz/SevenZFileTest.java  |   3 +
 .../archivers/sevenz/SevenZOutputFileTest.java     |   4 +-
 .../archivers/tar/TarArchiveEntryTest.java         |  24 ++
 .../compress/archivers/zip/BinaryTreeTest.java     |  19 +-
 .../compress/archivers/zip/ExplodeSupportTest.java |  23 +-
 .../archivers/zip/ScatterZipOutputStreamTest.java  |  17 +-
 .../archivers/zip/StreamCompressorTest.java        |  41 +--
 .../compress/archivers/zip/UTF8ZipFilesTest.java   |  21 +-
 .../archivers/zip/ZipArchiveInputStreamTest.java   |  60 ++--
 .../zip/ZipFileIgnoringLocalFileHeaderTest.java    |  13 +-
 .../CompressorStreamFactoryRoundtripTest.java      |  23 +-
 .../compressors/DetectCompressorTestCase.java      |  73 ++---
 .../commons/compress/compressors/GZipTestCase.java |  36 ++-
 .../bzip2/BZip2CompressorInputStreamTest.java      |  40 ++-
 .../bzip2/PythonTruncatedBzip2Test.java            |   6 +-
 .../deflate/DeflateCompressorInputStreamTest.java  |  36 +--
 .../compress/compressors/lz4/FactoryTest.java      |  14 +-
 .../harmony/pack200/tests/PackingOptionsTest.java  | 313 +++++++++------------
 .../harmony/unpack200/tests/ArchiveTest.java       |  49 ++--
 .../harmony/unpack200/tests/SegmentTest.java       |  47 ++--
 .../BoundedSeekableByteChannelInputStreamTest.java |   4 +-
 .../utils/ChecksumCalculatingInputStreamTest.java  |  45 +--
 .../utils/ChecksumVerifyingInputStreamTest.java    |  31 +-
 .../utils/FixedLengthBlockOutputStreamTest.java    | 182 ++++++------
 .../MultiReadOnlySeekableByteChannelTest.java      |  35 ++-
 .../ZipSplitReadOnlySeekableByteChannelTest.java   |  41 +--
 46 files changed, 759 insertions(+), 712 deletions(-)

Reply via email to