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

github-bot pushed a change to branch 
dependabot/maven/org.apache.sshd-sshd-core-2.9.2
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


 discard 550d2cd5 Bump sshd-core from 0.8.0 to 2.9.2
     add 77259ec3 Reuse constants
     add 7b644442 Use toArray() with 0 size array pattern
     add b22bc1e9 Remove unused exception
     add eb49b00d Update JKS for some tests to pass on 1.8.0_352
     add de81f7bd Remove unused exception
     add 432aeb6f Use try-with-resources
     add 23974217 Bump ftpserver-core 1.1.2 to 1.2.0
     add 17cce56e Force TLS 1.2 for all tests
     add ece1e9ae Force TLS 1.2 for all tests
     add 7992395b Force TLS 1.2 for all tests
     add 14c301a7 JUnit5 assertThrows SftpFileSystemGroupsTests (#323)
     add 21131119 JUnit5 assertThrows SftpFileSystemGroupsTests #323
     add 12422ff7 Bump mockito-core from 4.8.1 to 4.9.0 (#337)
     add d74d82e4 Bump mockito-core from 4.8.1 to 4.9.0 #337
     add f12981f7 Bump sshd-core from 0.8.0 to 2.9.2

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   (550d2cd5)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.apache.sshd-sshd-core-2.9.2 (f12981f7)

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/maven.yml                        |   2 +-
 .../commons/vfs2/provider/mime/MimeFileObject.java |   2 +-
 .../vfs2/operations/DefaultFileOperations.java     |   3 +-
 .../vfs2/operations/BasicOperationsTest.java       |  46 +++++++------
 .../ftps/AbstractFtpsProviderTestCase.java         |  75 ++++++++++++++-------
 ...onTest.java => FtpsMultipleConnectionTest.java} |   4 +-
 .../ftps/NoProtocolSslConfigurationProxy.java      |  32 ++++-----
 .../provider/sftp/SftpFileSystemGroupsTests.java   |   7 +-
 .../resources/org.apache.ftpsserver/ftpserver.jks  | Bin 1961 -> 3051 bytes
 pom.xml                                            |   4 +-
 src/changes/changes.xml                            |   7 +-
 11 files changed, 108 insertions(+), 74 deletions(-)
 rename 
commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/ftps/{MultipleConnectionTest.java
 => FtpsMultipleConnectionTest.java} (95%)

Reply via email to