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


    omit 129ff936b Bump org.apache.commons:commons-parent from 69 to 70
     add be1d4e111 Bump codecov/codecov-action from 4.3.1 to 4.4.0 (#625)
     add de0e987a5 Bump actions/checkout from 4.1.5 to 4.1.6 (#627)
     add 4de7c718d Bump github/codeql-action from 3.25.4 to 3.25.5 (#626)
     add 3ddf1ad58 Add IOIterator.adapt(Iterable)
     add b98b804d6 Deprecate LineIterator.nextLine() in favor of next()
     add e55ee57d4 Let parent POM configure Javadoc links
     add 573b9e0d9 Javadoc
     add 618c806db Javadoc
     add 519883d65 Refactor magic string
     add edf8c8b7e Refactor common code
     add 3d412ccc0 Sort members
     add a61015c94 'this' not needed for these method calls
     add 6d8f485e2 Fix PMD UnnecessaryFullyQualifiedName and friends
     add 5ccc44c5e Bump commons.bytebuddy.version from 1.14.15 to 1.14.16 (#631)
     add c162f3e7a Bump commons.bytebuddy.version from 1.14.15 to 1.14.16 #631
     add 832d7995d Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0 
(#632)
     add 0a1c2fcbb Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0 
#632
     add 2b966185b Bump org.apache.commons:commons-parent from 69 to 70

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   (129ff936b)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.apache.commons-commons-parent-70 (2b966185b)

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                        |  2 +-
 .github/workflows/scorecards-analysis.yml          |  4 +-
 pom.xml                                            | 13 +++---
 src/changes/changes.xml                            | 14 ++++--
 src/conf/maven-pmd-plugin.xml                      |  7 ++-
 .../org/apache/commons/io/FileCleaningTracker.java |  2 +-
 src/main/java/org/apache/commons/io/FileUtils.java | 54 +++++++++++++---------
 src/main/java/org/apache/commons/io/IOCase.java    |  2 +-
 src/main/java/org/apache/commons/io/IOUtils.java   |  2 +-
 .../java/org/apache/commons/io/LineIterator.java   |  2 +
 .../java/org/apache/commons/io/ThreadMonitor.java  |  2 +-
 .../commons/io/build/AbstractOriginSupplier.java   | 24 +++++-----
 .../commons/io/build/AbstractStreamBuilder.java    | 18 ++++----
 .../java/org/apache/commons/io/file/Counters.java  |  6 +--
 .../java/org/apache/commons/io/file/PathUtils.java |  2 +-
 .../commons/io/file/StandardDeleteOption.java      |  2 +-
 .../commons/io/file/spi/FileSystemProviders.java   |  3 +-
 .../commons/io/filefilter/WildcardFileFilter.java  |  6 +--
 .../org/apache/commons/io/function/IOIterator.java | 12 +++++
 .../apache/commons/io/input/BOMInputStream.java    |  4 +-
 .../commons/io/input/BoundedInputStream.java       |  6 +--
 .../commons/io/input/CharSequenceInputStream.java  |  2 +-
 .../commons/io/input/ChecksumInputStream.java      |  6 +--
 .../commons/io/input/MessageDigestInputStream.java |  4 +-
 .../apache/commons/io/input/QueueInputStream.java  |  4 +-
 .../io/input/RandomAccessFileInputStream.java      |  4 +-
 .../commons/io/input/ReadAheadInputStream.java     |  2 +-
 .../apache/commons/io/input/ReaderInputStream.java |  2 +-
 .../java/org/apache/commons/io/input/Tailer.java   | 14 +++---
 .../input/UnsynchronizedByteArrayInputStream.java  |  4 +-
 .../apache/commons/io/input/XmlStreamReader.java   |  4 +-
 .../io/output/DeferredFileOutputStream.java        | 14 +++---
 .../commons/io/output/FileWriterWithEncoding.java  |  6 +--
 .../commons/io/output/LockableFileWriter.java      | 13 +++---
 .../commons/io/output/WriterOutputStream.java      |  4 +-
 .../java/org/apache/commons/io/FileUtilsTest.java  |  2 +-
 .../commons/io/IOExceptionWithCauseTest.java       |  4 +-
 .../org/apache/commons/io/LineIteratorTest.java    |  4 +-
 .../AbstractConditionalFileFilterTest.java         | 32 ++++++-------
 .../apache/commons/io/function/IOIteratorTest.java |  7 ++-
 .../commons/io/input/BOMInputStreamTest.java       |  8 ++--
 .../commons/io/input/BrokenInputStreamTest.java    |  6 +--
 .../io/input/buffer/CircularByteBufferTest.java    | 40 ++++++++--------
 45 files changed, 212 insertions(+), 173 deletions(-)

Reply via email to