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

dependabot[bot] pushed a change to branch dependabot/maven/hadoop.version-3.5.0
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


 discard 87b443889 Bump hadoop.version from 3.4.3 to 3.5.0
     add ed12c6697 [VFS-862] Fix ON_RESOLVE triggering refresh on internal 
navigation (#761)
     add b7b22d449 [VFS-862] Fix ON_RESOLVE triggering refresh on internal 
navigation
     add d6eea9df4 Bump actions/cache from 5.0.4 to 5.0.5
     add 3ef1a667e Bump actions/upload-artifact from 7.0.0 to 7.0.1
     add 1f6e94e3e Bump github/codeql-action from 4.35.1 to 4.35.2
     add 9c70668e5 Bump org.apache.httpcomponents.client5:httpclient5 from 5.6 
to 5.6.1
     add b847aba41 Bump commons-io:commons-io from 2.21.0 to 2.22.0.
     add 5da8bdbc3 Bump commons-codec:commons-codec from 1.21.0 to 1.22.0.
     add aa91b879d Bump org.apache.commons:commons-parent from 98 to 99
     add ed1d84588 Add SFTP password authentication tests for Commons VFS2 
(#754)
     add b1e2aaef0 Port SFTP tests from  Apache SSHd 0.8.0 to 3.0.0-M2 #754
     add ae1520200 Refactor Apache Mina SSHd version into a POM property.
     add ed4ac3406 Bump org.apache.mina:mina-core from 2.2.5 to 2.2.6.
     add b2d42596b Bump Apache Mina SSHD from 3.0.0-M2 to 3.0.0-M3.
     add ae26c4667 Add comment
     add d2e0c8450 Bump hadoop.version from 3.4.3 to 3.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   (87b443889)
            \
             N -- N -- N   refs/heads/dependabot/maven/hadoop.version-3.5.0 
(d2e0c8450)

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/maven.yml                        |   2 +-
 .github/workflows/scorecards-analysis.yml          |   4 +-
 .../webdav/test/WebdavProviderTestCase.java        |  23 +-
 commons-vfs2/pom.xml                               |   6 +-
 .../commons/vfs2/provider/AbstractFileObject.java  |  23 +-
 .../commons/vfs2/provider/AbstractFileSystem.java  |  39 +-
 .../commons/vfs2/provider/ftp/FtpFileObject.java   |  25 +-
 .../commons/vfs2/provider/sftp/SftpFileObject.java |   9 +-
 .../ftp/FtpGetChildrenListCommandTest.java         | 152 ++++++
 .../vfs2/provider/sftp/SftpPasswordAuthTest.java   | 178 +++++++
 .../vfs2/provider/sftp/SftpTestServerHelper.java   | 509 +++++++--------------
 pom.xml                                            |  24 +-
 src/changes/changes.xml                            |  13 +-
 14 files changed, 644 insertions(+), 371 deletions(-)
 create mode 100644 
commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/ftp/FtpGetChildrenListCommandTest.java
 create mode 100644 
commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/sftp/SftpPasswordAuthTest.java

Reply via email to