This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.mockito-mockito-core-3.4.4 in repository https://gitbox.apache.org/repos/asf/commons-io.git.
discard 615c667 Bump mockito-core from 3.3.3 to 3.4.4 add b305131 Add missing header. add 34686ed Remove unused exceptions. Use try-with-resoruces. Clean ups. Formatting. add 7f991c6 GitHub builds on Java 8, 11, and 14 (current), allow fails on 15-ea. add 157935a Fix GitHub action for Java 15-ea. add a6ab109 GitHub actions/setup-java@v1 -> actions/setup-java@v1.4.0. add 8ed8dc2 [IO-677] FileSystem.getCurrent() does not return the correct enum. add 8a8ede6 Bump spotbugs-maven-plugin from 4.0.0 to 4.0.4 (#130) add e05ec2d Bump commons-parent from 50 to 51 (#129) add aa9d217 Document recent changes. add 1333707 Bump actions/checkout from v1 to v2.3.1 (#126) add c9c5021 Bump junit-pioneer from 0.6.0 to 0.7.0 (#127) add 93157e1 Bump mockito-core from 3.3.3 to 3.4.4 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 (615c667) \ N -- N -- N refs/heads/dependabot/maven/org.mockito-mockito-core-3.4.4 (93157e1) 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 | 9 +++++++-- pom.xml | 6 +++--- src/changes/changes.xml | 14 ++++++++++---- .../java/org/apache/commons/io/FileSystem.java | 4 +--- .../commons/io/input/ReversedLinesFileReader.java | 22 +++++++++++----------- .../org/apache/commons/io/FileSystemTestCase.java | 15 +++++++++++++++ .../apache/commons/io/input/BoundedReaderTest.java | 8 ++++---- .../io/input/ObservableInputStreamTest.java | 14 ++++++-------- .../commons/io/input/ReaderInputStreamTest.java | 17 ++++++++--------- .../ReversedLinesFileReaderTestParamBlockSize.java | 4 +++- .../ReversedLinesFileReaderTestParamFile.java | 10 +++++----- .../commons/io/input/SequenceReaderTest.java | 3 +-- .../io/input/SwappedDataInputStreamTest.java | 20 ++++++++------------ .../commons/io/input/XmlStreamReaderTest.java | 8 ++++---- 15 files changed, 101 insertions(+), 68 deletions(-)