]> source.dussan.org Git - jgit.git/commitdiff
Merge branch 'stable-6.10' into stable-7.0 51/1202351/1
authorMatthias Sohn <matthias.sohn@sap.com>
Wed, 23 Oct 2024 20:14:54 +0000 (22:14 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 23 Oct 2024 20:15:54 +0000 (22:15 +0200)
* stable-6.10:
  Update Apache sshd to 2.14.0
  LfsConnectionFactoryTest: remove unnecessary cast
  JSchSshProtocol2Test: remove unnecessary cast
  ApacheSshProtocol2Test: remove unnecessary cast
  NoteMapMerger: remove unnecessary cast

Change-Id: I8fca74d88efadc827955b0a5032e6fbd72ce3e0d

23 files changed:
1  2 
WORKSPACE
org.eclipse.jgit.junit.ssh/META-INF/MANIFEST.MF
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.19.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.22.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.23.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.26.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.27.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.28.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.29.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.30.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.31.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.32.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.33.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd
org.eclipse.jgit.ssh.apache.test/META-INF/MANIFEST.MF
org.eclipse.jgit.ssh.apache/META-INF/MANIFEST.MF
pom.xml

diff --cc WORKSPACE
Simple merge
index 0e8091396dba45fbc37a42446c5bb9996f8a61f0,a46383870f611b74ec4e9f38c1dba79c21f904ce..50628337f6686772775f44b71efc5394f303d6b2
@@@ -7,41 -7,41 +7,41 @@@ Bundle-Version: 7.0.1.qualifie
  Bundle-Localization: OSGI-INF/l10n/plugin
  Bundle-Vendor: %Bundle-Vendor
  Bundle-ActivationPolicy: lazy
 -Bundle-RequiredExecutionEnvironment: JavaSE-11
 +Bundle-RequiredExecutionEnvironment: JavaSE-17
- Import-Package: org.apache.sshd.common;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.config.keys;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.file.virtualfs;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.helpers;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.io;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.kex;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.keyprovider;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.session;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.signature;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.util.buffer;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.util.logging;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.util.security;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.util.threads;version="[2.13.2,2.14.0)",
-  org.apache.sshd.core;version="[2.13.2,2.14.0)",
-  org.apache.sshd.server;version="[2.13.2,2.14.0)",
-  org.apache.sshd.server.auth;version="[2.13.2,2.14.0)",
-  org.apache.sshd.server.auth.gss;version="[2.13.2,2.14.0)",
-  org.apache.sshd.server.auth.keyboard;version="[2.13.2,2.14.0)",
-  org.apache.sshd.server.auth.password;version="[2.13.2,2.14.0)",
-  org.apache.sshd.server.command;version="[2.13.2,2.14.0)",
-  org.apache.sshd.server.session;version="[2.13.2,2.14.0)",
-  org.apache.sshd.server.shell;version="[2.13.2,2.14.0)",
-  org.apache.sshd.server.subsystem;version="[2.13.2,2.14.0)",
-  org.apache.sshd.sftp;version="[2.13.2,2.14.0)",
-  org.apache.sshd.sftp.server;version="[2.13.2,2.14.0)",
+ Import-Package: org.apache.sshd.common;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.config.keys;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.file.virtualfs;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.helpers;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.io;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.kex;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.keyprovider;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.session;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.signature;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.util.buffer;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.util.logging;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.util.security;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.util.threads;version="[2.14.0,2.15.0)",
+  org.apache.sshd.core;version="[2.14.0,2.15.0)",
+  org.apache.sshd.server;version="[2.14.0,2.15.0)",
+  org.apache.sshd.server.auth;version="[2.14.0,2.15.0)",
+  org.apache.sshd.server.auth.gss;version="[2.14.0,2.15.0)",
+  org.apache.sshd.server.auth.keyboard;version="[2.14.0,2.15.0)",
+  org.apache.sshd.server.auth.password;version="[2.14.0,2.15.0)",
+  org.apache.sshd.server.command;version="[2.14.0,2.15.0)",
+  org.apache.sshd.server.session;version="[2.14.0,2.15.0)",
+  org.apache.sshd.server.shell;version="[2.14.0,2.15.0)",
+  org.apache.sshd.server.subsystem;version="[2.14.0,2.15.0)",
+  org.apache.sshd.sftp;version="[2.14.0,2.15.0)",
+  org.apache.sshd.sftp.server;version="[2.14.0,2.15.0)",
 - org.eclipse.jgit.annotations;version="[6.10.1,6.11.0)",
 - org.eclipse.jgit.api;version="[6.10.1,6.11.0)",
 - org.eclipse.jgit.api.errors;version="[6.10.1,6.11.0)",
 - org.eclipse.jgit.errors;version="[6.10.1,6.11.0)",
 - org.eclipse.jgit.junit;version="[6.10.1,6.11.0)",
 - org.eclipse.jgit.lib;version="[6.10.1,6.11.0)",
 - org.eclipse.jgit.revwalk;version="[6.10.1,6.11.0)",
 - org.eclipse.jgit.transport;version="[6.10.1,6.11.0)",
 - org.eclipse.jgit.util;version="[6.10.1,6.11.0)",
 + org.eclipse.jgit.annotations;version="[7.0.1,7.1.0)",
 + org.eclipse.jgit.api;version="[7.0.1,7.1.0)",
 + org.eclipse.jgit.api.errors;version="[7.0.1,7.1.0)",
 + org.eclipse.jgit.errors;version="[7.0.1,7.1.0)",
 + org.eclipse.jgit.junit;version="[7.0.1,7.1.0)",
 + org.eclipse.jgit.lib;version="[7.0.1,7.1.0)",
 + org.eclipse.jgit.revwalk;version="[7.0.1,7.1.0)",
 + org.eclipse.jgit.transport;version="[7.0.1,7.1.0)",
 + org.eclipse.jgit.util;version="[7.0.1,7.1.0)",
   org.junit;version="[4.13,5.0.0)",
   org.junit.experimental.theories;version="[4.13,5.0.0)",
   org.slf4j;version="[1.7.0,3.0.0)"
index e996aebab1747f1eb8540308ec2b4d7027beb1fc,8b4cb40836056e7c1147604e216208ed65ce3664..23761323835ddca0bd12e1824d90210da7a31080
@@@ -1,7 -1,7 +1,7 @@@
  <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  <?pde?>
  <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
- <target name="jgit-4.17" sequenceNumber="1724850720">
 -<target name="jgit-4.17" sequenceNumber="1728511224">
++<target name="jgit-4.17" sequenceNumber="1729714538">
    <locations>
      <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
        <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
index cd4f935941363401370ddbcc65a30aa2eb4ab24c,79f5200c332c8db2e2f4bfaec2586c19c2a56d12..b779b0fff0e14809d21ea5dbd5c07cbd69168199
@@@ -1,7 -1,7 +1,7 @@@
  <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  <?pde?>
  <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
- <target name="jgit-4.18" sequenceNumber="1724850721">
 -<target name="jgit-4.18" sequenceNumber="1728511225">
++<target name="jgit-4.18" sequenceNumber="1729714539">
    <locations>
      <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
        <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
index 01e80710263ab0c0a66c367ca49661cb09bbbd39,7eca94891f2dcb7dfd0775d60654ffb83182519a..1e729ab234c1ecb60ce4eb8f8d1904003321c9ce
@@@ -1,7 -1,7 +1,7 @@@
  <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  <?pde?>
  <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
- <target name="jgit-4.19-staging" sequenceNumber="1724850720">
 -<target name="jgit-4.19-staging" sequenceNumber="1728511224">
++<target name="jgit-4.19-staging" sequenceNumber="1729714538">
    <locations>
      <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
        <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
index 7dbb163db05b02d333a6d9ad71ccd7c1b2ad53aa,453b635041d2c6acd1d097b4707760a5953e4244..1e5270b2cc1cba993aeaf3b3ebb39c5be135d7c8
@@@ -1,7 -1,7 +1,7 @@@
  <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  <?pde?>
  <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
- <target name="jgit-4.20" sequenceNumber="1724850720">
 -<target name="jgit-4.20" sequenceNumber="1728511225">
++<target name="jgit-4.20" sequenceNumber="1729714538">
    <locations>
      <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
        <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
index 985fee0deeaf8590beaf6740ff333b2679c21243,0e92133e605368b2b3ee4ea6979e695b5f2854a4..a17d0587f463d4dac504a1d33ca23c49a12a54fc
@@@ -1,7 -1,7 +1,7 @@@
  <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  <?pde?>
  <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
- <target name="jgit-4.21" sequenceNumber="1724850720">
 -<target name="jgit-4.21" sequenceNumber="1728511224">
++<target name="jgit-4.21" sequenceNumber="1729714538">
    <locations>
      <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
        <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
index afd61cf717d8fd74e716fc559440d96ea3b430d0,2b3071c0ee483abf0adfb4e3245ed9330b645edf..9023178d40b384d7f640f0509120f3014ef63469
@@@ -1,7 -1,7 +1,7 @@@
  <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  <?pde?>
  <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
- <target name="jgit-4.22" sequenceNumber="1724850719">
 -<target name="jgit-4.22" sequenceNumber="1728511224">
++<target name="jgit-4.22" sequenceNumber="1729714538">
    <locations>
      <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
        <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
index 0309d2f84436010c022c67029de85d4511b158f5,4cd69ada22ded9b2aaff48ea1f66fbae1dc41893..8e4fcc272f82f75c85a6fd9958f283b211650b25
@@@ -1,7 -1,7 +1,7 @@@
  <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  <?pde?>
  <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
- <target name="jgit-4.23" sequenceNumber="1724850719">
 -<target name="jgit-4.23" sequenceNumber="1728511224">
++<target name="jgit-4.23" sequenceNumber="1729714538">
    <locations>
      <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
        <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
index 0ed6d80ca901e73dbd77254442e26ce1570bf8e3,9b54c0c960abc906de1800fa3a1299f93e32bc35..f7b956b80954cc1c0eb2813b3a3131703db57bbb
@@@ -1,7 -1,7 +1,7 @@@
  <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  <?pde?>
  <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
- <target name="jgit-4.24" sequenceNumber="1724850719">
 -<target name="jgit-4.24" sequenceNumber="1728511224">
++<target name="jgit-4.24" sequenceNumber="1729714538">
    <locations>
      <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
        <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
index b081af4a10f6c15e1de304e9cb9d147295d38345,8b072cbdda028632ebf377e18dd5c7a935c04858..76426ebe16e0b05d6bc224fe56e5157edacb6c08
@@@ -1,7 -1,7 +1,7 @@@
  <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  <?pde?>
  <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
- <target name="jgit-4.25" sequenceNumber="1724850719">
 -<target name="jgit-4.25" sequenceNumber="1728511224">
++<target name="jgit-4.25" sequenceNumber="1729714538">
    <locations>
      <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
        <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
index 5874693f6b539ac78d4291e16070661aeb8eadda,1c056a6f2bc2732ea33eb8c563ee89fdc8eaba46..512ce577279e5ec543e564fd14e2ba33f3c8c5a8
@@@ -1,7 -1,7 +1,7 @@@
  <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  <?pde?>
  <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
- <target name="jgit-4.26" sequenceNumber="1724850719">
 -<target name="jgit-4.26" sequenceNumber="1728511224">
++<target name="jgit-4.26" sequenceNumber="1729714538">
    <locations>
      <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
        <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
index e192b624b36627a4d11a2ab9d337f3f5bf74779d,66bc3145e197c64d03cc22c5c071c1575b5baa74..ff9c4734a3fbaee345a06150e5db34ff672519c9
@@@ -1,7 -1,7 +1,7 @@@
  <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  <?pde?>
  <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
- <target name="jgit-4.27" sequenceNumber="1724850719">
 -<target name="jgit-4.27" sequenceNumber="1728511224">
++<target name="jgit-4.27" sequenceNumber="1729714538">
    <locations>
      <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
        <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
index 3875520cb4846ee8dd98fac5cad5a23eebc11fe1,4a59b0657a27768280b4dd770fe322259c4c7382..5af352f96e398a224a86e0d5a6a4ea0983c4e6fb
@@@ -1,7 -1,7 +1,7 @@@
  <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  <?pde?>
  <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
- <target name="jgit-4.28" sequenceNumber="1724850719">
 -<target name="jgit-4.28" sequenceNumber="1728511224">
++<target name="jgit-4.28" sequenceNumber="1729714537">
    <locations>
      <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
        <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
index 01ae4ac55076c5fd7cc36f8efceb472b4f8391b9,3d2a578bfb63029cf535e2abe129db8172a6a98e..fcf42e4318e2b1101ecbe29411d9bde49b1b8a7e
@@@ -1,7 -1,7 +1,7 @@@
  <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  <?pde?>
  <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
- <target name="jgit-4.29" sequenceNumber="1724850719">
 -<target name="jgit-4.29" sequenceNumber="1728511224">
++<target name="jgit-4.29" sequenceNumber="1729714538">
    <locations>
      <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
        <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
index 1651587a136b96b473133b46c982fa876a6ccaf6,ddad08e693389f5fd08bbfc8ac1148e9ace70812..e43e06ce379e7c4b65fc87d4ce7a4283e14d6539
@@@ -1,7 -1,7 +1,7 @@@
  <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  <?pde?>
  <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
- <target name="jgit-4.30" sequenceNumber="1724850719">
 -<target name="jgit-4.30" sequenceNumber="1728511223">
++<target name="jgit-4.30" sequenceNumber="1729714537">
    <locations>
      <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
        <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
index 9141303103cb899bb58244e9a3da22ca77531847,17babd84b6223add76af942d2fbf7ecaa82ab851..feff8504f289476c30250edf424781ccbb0bc76a
@@@ -1,7 -1,7 +1,7 @@@
  <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  <?pde?>
  <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
- <target name="jgit-4.31" sequenceNumber="1724850719">
 -<target name="jgit-4.31" sequenceNumber="1728511224">
++<target name="jgit-4.31" sequenceNumber="1729714538">
    <locations>
      <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
        <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
index 26524a9aa283de3a212815ce75de5dade7c400e4,b25472597ac199798e11bfb715ab4516b6444f24..c1964c94a7c7efc6766b838477f8566d50092dcd
@@@ -1,7 -1,7 +1,7 @@@
  <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  <?pde?>
  <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
- <target name="jgit-4.32" sequenceNumber="1724850719">
 -<target name="jgit-4.32" sequenceNumber="1728511223">
++<target name="jgit-4.32" sequenceNumber="1729714537">
    <locations>
      <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
        <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
index 8591802f3879e00f9a128a6aadc8c6e4e790541a,0000000000000000000000000000000000000000..4d9f630cd56d876c7841f85a002dd6379faab640
mode 100644,000000..100644
--- /dev/null
@@@ -1,290 -1,0 +1,290 @@@
- <target name="jgit-4.33" sequenceNumber="1724850720">
 +<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 +<?pde?>
 +<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
-           <version>2.13.2</version>
++<target name="jgit-4.33" sequenceNumber="1729714538">
 +  <locations>
 +    <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
 +      <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
 +      <unit id="com.jcraft.jsch.source" version="0.1.55.v20230916-1400"/>
 +      <unit id="com.jcraft.jzlib" version="1.1.3.v20230916-1400"/>
 +      <unit id="com.jcraft.jzlib.source" version="1.1.3.v20230916-1400"/>
 +      <unit id="net.i2p.crypto.eddsa" version="0.3.0"/>
 +      <unit id="net.i2p.crypto.eddsa.source" version="0.3.0"/>
 +      <unit id="org.apache.ant" version="1.10.14.v20230922-1200"/>
 +      <unit id="org.apache.ant.source" version="1.10.14.v20230922-1200"/>
 +      <unit id="org.apache.httpcomponents.httpclient" version="4.5.14"/>
 +      <unit id="org.apache.httpcomponents.httpclient.source" version="4.5.14"/>
 +      <unit id="org.apache.httpcomponents.httpcore" version="4.4.16"/>
 +      <unit id="org.apache.httpcomponents.httpcore.source" version="4.4.16"/>
 +      <unit id="org.hamcrest.core" version="1.3.0.v20230809-1000"/>
 +      <unit id="org.hamcrest.core.source" version="1.3.0.v20230809-1000"/>
 +      <unit id="org.hamcrest.library" version="1.3.0.v20230809-1000"/>
 +      <unit id="org.hamcrest.library.source" version="1.3.0.v20230809-1000"/>
 +      <unit id="org.junit" version="4.13.2.v20230809-1000"/>
 +      <unit id="org.junit.source" version="4.13.2.v20230809-1000"/>
 +      <unit id="org.objenesis" version="3.4.0"/>
 +      <unit id="org.objenesis.source" version="3.4.0"/>
 +      <unit id="org.osgi.service.cm" version="1.6.1.202109301733"/>
 +      <unit id="org.osgi.service.cm.source" version="1.6.1.202109301733"/>
 +      <repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-09"/>
 +    </location>
 +    <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
 +      <unit id="org.eclipse.osgi" version="0.0.0"/>
 +      <repository location="https://download.eclipse.org/staging/2024-09/"/>
 +    </location>
 +    <location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="error" type="Maven" label="xz">
 +      <dependencies>
 +        <dependency>
 +          <groupId>org.tukaani</groupId>
 +          <artifactId>xz</artifactId>
 +          <version>1.10</version>
 +          <type>jar</type>
 +        </dependency>
 +      </dependencies>
 +    </location>
 +    <location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="error" type="Maven" label="slf4j">
 +      <dependencies>
 +        <dependency>
 +          <groupId>org.slf4j</groupId>
 +          <artifactId>slf4j-api</artifactId>
 +          <version>1.7.36</version>
 +          <type>jar</type>
 +        </dependency>
 +        <dependency>
 +          <groupId>org.slf4j</groupId>
 +          <artifactId>slf4j-simple</artifactId>
 +          <version>1.7.36</version>
 +          <type>jar</type>
 +        </dependency>
 +      </dependencies>
 +    </location>
 +    <location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="error" type="Maven" label="sshd">
 +      <dependencies>
 +        <dependency>
 +          <groupId>org.apache.sshd</groupId>
 +          <artifactId>sshd-osgi</artifactId>
-           <version>2.13.2</version>
++          <version>2.14.0</version>
 +          <type>jar</type>
 +        </dependency>
 +        <dependency>
 +          <groupId>org.apache.sshd</groupId>
 +          <artifactId>sshd-sftp</artifactId>
++          <version>2.14.0</version>
 +          <type>jar</type>
 +        </dependency>
 +      </dependencies>
 +    </location>
 +    <location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="error" type="Maven" label="mockito">
 +      <dependencies>
 +        <dependency>
 +          <groupId>org.mockito</groupId>
 +          <artifactId>mockito-core</artifactId>
 +          <version>5.12.0</version>
 +          <type>jar</type>
 +        </dependency>
 +      </dependencies>
 +    </location>
 +    <location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="error" type="Maven" label="jna">
 +      <dependencies>
 +        <dependency>
 +          <groupId>net.java.dev.jna</groupId>
 +          <artifactId>jna</artifactId>
 +          <version>5.14.0</version>
 +          <type>jar</type>
 +        </dependency>
 +        <dependency>
 +          <groupId>net.java.dev.jna</groupId>
 +          <artifactId>jna-platform</artifactId>
 +          <version>5.14.0</version>
 +          <type>jar</type>
 +        </dependency>
 +      </dependencies>
 +    </location>
 +    <location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="error" type="Maven" label="jetty">
 +      <dependencies>
 +        <dependency>
 +          <groupId>org.eclipse.jetty.ee10</groupId>
 +          <artifactId>jetty-ee10-servlet</artifactId>
 +          <version>12.0.10</version>
 +          <type>jar</type>
 +        </dependency>
 +        <dependency>
 +          <groupId>org.eclipse.jetty</groupId>
 +          <artifactId>jetty-http</artifactId>
 +          <version>12.0.12</version>
 +          <type>jar</type>
 +        </dependency>
 +        <dependency>
 +          <groupId>org.eclipse.jetty</groupId>
 +          <artifactId>jetty-io</artifactId>
 +          <version>12.0.12</version>
 +          <type>jar</type>
 +        </dependency>
 +        <dependency>
 +          <groupId>org.eclipse.jetty</groupId>
 +          <artifactId>jetty-security</artifactId>
 +          <version>12.0.12</version>
 +          <type>jar</type>
 +        </dependency>
 +        <dependency>
 +          <groupId>org.eclipse.jetty</groupId>
 +          <artifactId>jetty-server</artifactId>
 +          <version>12.0.12</version>
 +          <type>jar</type>
 +        </dependency>
 +        <dependency>
 +          <groupId>org.eclipse.jetty</groupId>
 +          <artifactId>jetty-session</artifactId>
 +          <version>12.0.12</version>
 +          <type>jar</type>
 +        </dependency>
 +        <dependency>
 +          <groupId>org.eclipse.jetty</groupId>
 +          <artifactId>jetty-util</artifactId>
 +          <version>12.0.12</version>
 +          <type>jar</type>
 +        </dependency>
 +        <dependency>
 +          <groupId>org.eclipse.jetty</groupId>
 +          <artifactId>jetty-util-ajax</artifactId>
 +          <version>12.0.12</version>
 +          <type>jar</type>
 +        </dependency>
 +        <dependency>
 +          <groupId>jakarta.servlet</groupId>
 +          <artifactId>jakarta.servlet-api</artifactId>
 +          <version>6.1.0</version>
 +          <type>jar</type>
 +        </dependency>
 +      </dependencies>
 +    </location>
 +    <location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="error" type="Maven" label="javaewah">
 +      <dependencies>
 +        <dependency>
 +          <groupId>com.googlecode.javaewah</groupId>
 +          <artifactId>JavaEWAH</artifactId>
 +          <version>1.2.3</version>
 +          <type>jar</type>
 +        </dependency>
 +      </dependencies>
 +    </location>
 +    <location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="error" type="Maven" label="hamcrest">
 +      <dependencies>
 +        <dependency>
 +          <groupId>org.hamcrest</groupId>
 +          <artifactId>hamcrest</artifactId>
 +          <version>2.2</version>
 +          <type>jar</type>
 +        </dependency>
 +      </dependencies>
 +    </location>
 +    <location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="error" type="Maven" label="gson">
 +      <dependencies>
 +        <dependency>
 +          <groupId>com.google.code.gson</groupId>
 +          <artifactId>gson</artifactId>
 +          <version>2.11.0</version>
 +          <type>jar</type>
 +        </dependency>
 +      </dependencies>
 +    </location>
 +    <location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="error" type="Maven" label="bytebuddy">
 +      <dependencies>
 +        <dependency>
 +          <groupId>net.bytebuddy</groupId>
 +          <artifactId>byte-buddy</artifactId>
 +          <version>1.15.0</version>
 +          <type>jar</type>
 +        </dependency>
 +        <dependency>
 +          <groupId>net.bytebuddy</groupId>
 +          <artifactId>byte-buddy-agent</artifactId>
 +          <version>1.15.0</version>
 +          <type>jar</type>
 +        </dependency>
 +      </dependencies>
 +    </location>
 +    <location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="error" type="Maven" label="bouncycastle">
 +      <dependencies>
 +        <dependency>
 +          <groupId>org.bouncycastle</groupId>
 +          <artifactId>bcpg-jdk18on</artifactId>
 +          <version>1.78.1</version>
 +          <type>jar</type>
 +        </dependency>
 +        <dependency>
 +          <groupId>org.bouncycastle</groupId>
 +          <artifactId>bcprov-jdk18on</artifactId>
 +          <version>1.78.1</version>
 +          <type>jar</type>
 +        </dependency>
 +        <dependency>
 +          <groupId>org.bouncycastle</groupId>
 +          <artifactId>bcpkix-jdk18on</artifactId>
 +          <version>1.78.1</version>
 +          <type>jar</type>
 +        </dependency>
 +        <dependency>
 +          <groupId>org.bouncycastle</groupId>
 +          <artifactId>bcutil-jdk18on</artifactId>
 +          <version>1.78.1</version>
 +          <type>jar</type>
 +        </dependency>
 +      </dependencies>
 +    </location>
 +    <location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="error" type="Maven" label="assertj">
 +      <dependencies>
 +        <dependency>
 +          <groupId>org.assertj</groupId>
 +          <artifactId>assertj-core</artifactId>
 +          <version>3.26.3</version>
 +          <type>jar</type>
 +        </dependency>
 +      </dependencies>
 +    </location>
 +    <location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="error" type="Maven" label="args4j">
 +      <dependencies>
 +        <dependency>
 +          <groupId>args4j</groupId>
 +          <artifactId>args4j</artifactId>
 +          <version>2.37</version>
 +          <type>jar</type>
 +        </dependency>
 +      </dependencies>
 +    </location>
 +    <location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="error" type="Maven" label="apache">
 +      <dependencies>
 +        <dependency>
 +          <groupId>commons-codec</groupId>
 +          <artifactId>commons-codec</artifactId>
 +          <version>1.17.1</version>
 +          <type>jar</type>
 +        </dependency>
 +        <dependency>
 +          <groupId>org.apache.commons</groupId>
 +          <artifactId>commons-compress</artifactId>
 +          <version>1.27.1</version>
 +          <type>jar</type>
 +        </dependency>
 +        <dependency>
 +          <groupId>org.apache.commons</groupId>
 +          <artifactId>commons-lang3</artifactId>
 +          <version>3.16.0</version>
 +          <type>jar</type>
 +        </dependency>
 +        <dependency>
 +          <groupId>commons-io</groupId>
 +          <artifactId>commons-io</artifactId>
 +          <version>2.16.1</version>
 +          <type>jar</type>
 +        </dependency>
 +        <dependency>
 +          <groupId>commons-logging</groupId>
 +          <artifactId>commons-logging</artifactId>
 +          <version>1.3.4</version>
 +          <type>jar</type>
 +        </dependency>
 +      </dependencies>
 +    </location>
 +  </locations>
 +</target>
index d9b0e1b901ffd19cc50c80220a4986b411283c13,6f2af63fc6f833cc949f2c94d696314675f4ba9f..6a2ac379f661b243db29493f14027216766ece5e
@@@ -3,35 -3,36 +3,35 @@@ Bundle-ManifestVersion: 
  Bundle-Name: %Bundle-Name
  Automatic-Module-Name: org.eclipse.jgit.ssh.apache.test
  Bundle-SymbolicName: org.eclipse.jgit.ssh.apache.test
 -Bundle-Version: 6.10.1.qualifier
 +Bundle-Version: 7.0.1.qualifier
  Bundle-Vendor: %Bundle-Vendor
  Bundle-Localization: plugin
 -Bundle-RequiredExecutionEnvironment: JavaSE-11
 +Bundle-RequiredExecutionEnvironment: JavaSE-17
  Require-Bundle: org.hamcrest.core;bundle-version="[1.3.0,2.0.0)"
- Import-Package: org.apache.sshd.client.config.hosts;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.auth;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.config.keys;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.helpers;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.kex;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.keyprovider;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.session;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.signature;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.util.net;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.util.security;version="[2.13.2,2.14.0)",
-  org.apache.sshd.core;version="[2.13.2,2.14.0)",
-  org.apache.sshd.server;version="[2.13.2,2.14.0)",
-  org.apache.sshd.server.forward;version="[2.13.2,2.14.0)",
+ Import-Package: org.apache.sshd.client.config.hosts;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.auth;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.config.keys;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.helpers;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.kex;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.keyprovider;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.session;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.signature;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.util.net;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.util.security;version="[2.14.0,2.15.0)",
+  org.apache.sshd.core;version="[2.14.0,2.15.0)",
+  org.apache.sshd.server;version="[2.14.0,2.15.0)",
+  org.apache.sshd.server.forward;version="[2.14.0,2.15.0)",
 - org.eclipse.jgit.api;version="[6.10.1,6.11.0)",
 - org.eclipse.jgit.api.errors;version="[6.10.1,6.11.0)",
 - org.eclipse.jgit.internal.storage.file;version="[6.10.1,6.11.0)",
 - org.eclipse.jgit.internal.transport.sshd.proxy;version="[6.10.1,6.11.0)",
 - org.eclipse.jgit.junit;version="[6.10.1,6.11.0)",
 - org.eclipse.jgit.junit.ssh;version="[6.10.1,6.11.0)",
 - org.eclipse.jgit.lib;version="[6.10.1,6.11.0)",
 - org.eclipse.jgit.transport;version="[6.10.1,6.11.0)",
 - org.eclipse.jgit.transport.sshd;version="[6.10.1,6.11.0)",
 - org.eclipse.jgit.transport.sshd.agent;version="[6.10.1,6.11.0)",
 - org.eclipse.jgit.util;version="[6.10.1,6.11.0)",
 + org.eclipse.jgit.api;version="[7.0.1,7.1.0)",
 + org.eclipse.jgit.api.errors;version="[7.0.1,7.1.0)",
 + org.eclipse.jgit.internal.transport.sshd.proxy;version="[7.0.1,7.1.0)",
 + org.eclipse.jgit.junit;version="[7.0.1,7.1.0)",
 + org.eclipse.jgit.junit.ssh;version="[7.0.1,7.1.0)",
 + org.eclipse.jgit.lib;version="[7.0.1,7.1.0)",
 + org.eclipse.jgit.transport;version="[7.0.1,7.1.0)",
 + org.eclipse.jgit.transport.sshd;version="[7.0.1,7.1.0)",
 + org.eclipse.jgit.transport.sshd.agent;version="[7.0.1,7.1.0)",
 + org.eclipse.jgit.util;version="[7.0.1,7.1.0)",
   org.junit;version="[4.13,5.0.0)",
   org.junit.experimental.theories;version="[4.13,5.0.0)",
   org.junit.runner;version="[4.13,5.0.0)"
index 4ddb3ad7f05ec43ee1597392744059d66ad2964c,e9d88455c7b51e4e5bae7075a4ca5a8ba5ec65e4..b2266ba0dd7315709034fe4e13c8c516c920f6aa
@@@ -34,67 -34,67 +34,67 @@@ Export-Package: org.eclipse.jgit.intern
     org.eclipse.jgit.util,
     org.apache.sshd.client.session,
     org.apache.sshd.client.keyverifier",
 - org.eclipse.jgit.transport.sshd.agent;version="6.10.1",
 + org.eclipse.jgit.transport.sshd.agent;version="7.0.1",
   sun.security.x509
  Import-Package: net.i2p.crypto.eddsa;version="[0.3.0,0.4.0)",
-  org.apache.sshd.agent;version="[2.13.2,2.14.0)",
-  org.apache.sshd.client;version="[2.13.2,2.14.0)",
-  org.apache.sshd.client.auth;version="[2.13.2,2.14.0)",
-  org.apache.sshd.client.auth.keyboard;version="[2.13.2,2.14.0)",
-  org.apache.sshd.client.auth.password;version="[2.13.2,2.14.0)",
-  org.apache.sshd.client.auth.pubkey;version="[2.13.2,2.14.0)",
-  org.apache.sshd.client.channel;version="[2.13.2,2.14.0)",
-  org.apache.sshd.client.config.hosts;version="[2.13.2,2.14.0)",
-  org.apache.sshd.client.config.keys;version="[2.13.2,2.14.0)",
-  org.apache.sshd.client.future;version="[2.13.2,2.14.0)",
-  org.apache.sshd.client.keyverifier;version="[2.13.2,2.14.0)",
-  org.apache.sshd.client.session;version="[2.13.2,2.14.0)",
-  org.apache.sshd.client.session.forward;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.auth;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.channel;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.cipher;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.compression;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.config.keys;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.config.keys.loader;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.config.keys.loader.openssh.kdf;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.config.keys.u2f;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.digest;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.forward;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.future;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.helpers;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.io;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.kex;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.kex.extension;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.kex.extension.parser;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.keyprovider;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.mac;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.random;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.session;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.session.helpers;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.signature;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.util;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.util.buffer;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.util.buffer.keys;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.util.closeable;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.util.io;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.util.io.der;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.util.io.functors;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.util.io.resource;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.util.logging;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.util.net;version="[2.13.2,2.14.0)",
-  org.apache.sshd.common.util.security;version="[2.13.2,2.14.0)",
-  org.apache.sshd.core;version="[2.13.2,2.14.0)",
-  org.apache.sshd.server.auth;version="[2.13.2,2.14.0)",
-  org.apache.sshd.sftp;version="[2.13.2,2.14.0)",
-  org.apache.sshd.sftp.client;version="[2.13.2,2.14.0)",
-  org.apache.sshd.sftp.common;version="[2.13.2,2.14.0)",
+  org.apache.sshd.agent;version="[2.14.0,2.15.0)",
+  org.apache.sshd.client;version="[2.14.0,2.15.0)",
+  org.apache.sshd.client.auth;version="[2.14.0,2.15.0)",
+  org.apache.sshd.client.auth.keyboard;version="[2.14.0,2.15.0)",
+  org.apache.sshd.client.auth.password;version="[2.14.0,2.15.0)",
+  org.apache.sshd.client.auth.pubkey;version="[2.14.0,2.15.0)",
+  org.apache.sshd.client.channel;version="[2.14.0,2.15.0)",
+  org.apache.sshd.client.config.hosts;version="[2.14.0,2.15.0)",
+  org.apache.sshd.client.config.keys;version="[2.14.0,2.15.0)",
+  org.apache.sshd.client.future;version="[2.14.0,2.15.0)",
+  org.apache.sshd.client.keyverifier;version="[2.14.0,2.15.0)",
+  org.apache.sshd.client.session;version="[2.14.0,2.15.0)",
+  org.apache.sshd.client.session.forward;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.auth;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.channel;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.cipher;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.compression;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.config.keys;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.config.keys.loader;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.config.keys.loader.openssh.kdf;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.config.keys.u2f;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.digest;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.forward;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.future;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.helpers;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.io;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.kex;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.kex.extension;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.kex.extension.parser;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.keyprovider;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.mac;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.random;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.session;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.session.helpers;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.signature;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.util;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.util.buffer;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.util.buffer.keys;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.util.closeable;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.util.io;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.util.io.der;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.util.io.functors;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.util.io.resource;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.util.logging;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.util.net;version="[2.14.0,2.15.0)",
+  org.apache.sshd.common.util.security;version="[2.14.0,2.15.0)",
+  org.apache.sshd.core;version="[2.14.0,2.15.0)",
+  org.apache.sshd.server.auth;version="[2.14.0,2.15.0)",
+  org.apache.sshd.sftp;version="[2.14.0,2.15.0)",
+  org.apache.sshd.sftp.client;version="[2.14.0,2.15.0)",
+  org.apache.sshd.sftp.common;version="[2.14.0,2.15.0)",
 - org.eclipse.jgit.annotations;version="[6.10.1,6.11.0)",
 - org.eclipse.jgit.errors;version="[6.10.1,6.11.0)",
 - org.eclipse.jgit.fnmatch;version="[6.10.1,6.11.0)",
 - org.eclipse.jgit.internal.storage.file;version="[6.10.1,6.11.0)",
 - org.eclipse.jgit.internal.transport.ssh;version="[6.10.1,6.11.0)",
 - org.eclipse.jgit.nls;version="[6.10.1,6.11.0)",
 - org.eclipse.jgit.transport;version="[6.10.1,6.11.0)",
 - org.eclipse.jgit.util;version="[6.10.1,6.11.0)",
 + org.eclipse.jgit.annotations;version="[7.0.1,7.1.0)",
 + org.eclipse.jgit.errors;version="[7.0.1,7.1.0)",
 + org.eclipse.jgit.fnmatch;version="[7.0.1,7.1.0)",
 + org.eclipse.jgit.internal.storage.file;version="[7.0.1,7.1.0)",
 + org.eclipse.jgit.internal.transport.ssh;version="[7.0.1,7.1.0)",
 + org.eclipse.jgit.nls;version="[7.0.1,7.1.0)",
 + org.eclipse.jgit.transport;version="[7.0.1,7.1.0)",
 + org.eclipse.jgit.util;version="[7.0.1,7.1.0)",
   org.slf4j;version="[1.7.0,3.0.0)"
diff --cc pom.xml
index 960df0357012c3ce50075a6036f7c147faadcdf0,4c9159b95dd86aaf0995d5149d2e5b805207468f..e2158830293937d464a925fefe1af6818e7a348a
+++ b/pom.xml
  
      <project.build.outputTimestamp>${commit.time.iso}</project.build.outputTimestamp>
  
 -    <jgit-last-release-version>6.9.0.202403050737-r</jgit-last-release-version>
 +    <jgit-last-release-version>6.10.0.202406032230-r</jgit-last-release-version>
      <ant-version>1.10.14</ant-version>
-     <apache-sshd-version>2.13.2</apache-sshd-version>
+     <apache-sshd-version>2.14.0</apache-sshd-version>
      <jsch-version>0.1.55</jsch-version>
      <jzlib-version>1.1.3</jzlib-version>
      <javaewah-version>1.2.3</javaewah-version>