Skip to content

Commit 8252162

Browse files
author
PortaSFTPServer
committed
chore: bump Apache MINA SSHD from 2.17.1 to 2.18.0
1 parent 5520e10 commit 8252162

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

ApacheMinaSSHD.NET.Bindings/ApacheMinaSSHD.NET.Bindings.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<LangVersion>14.0</LangVersion>
1111
<PackageId>ApacheMinaSSHD.NET.Bindings</PackageId>
1212
<Title>ApacheMinaSSHD.NET.Bindings - IKVM Apache MINA SSHD SFTP/SCP Bindings</Title>
13-
<Description>IKVM Maven bindings for Apache MINA SSHD 2.17.1 used by ApacheMinaSSHD.NET.Wrapper. Includes generated .NET assemblies for SSHD common, core, SFTP, SCP, and SLF4J support.</Description>
13+
<Description>IKVM Maven bindings for Apache MINA SSHD 2.18.0 used by ApacheMinaSSHD.NET.Wrapper. Includes generated .NET assemblies for SSHD common, core, SFTP, SCP, and SLF4J support.</Description>
1414
<Authors>SERALYNX LLC</Authors>
1515
<Company>SERALYNX LLC</Company>
1616
<Copyright>Copyright (c) 2026 SERALYNX LLC and ApacheMinaSSHD.NET contributors</Copyright>
@@ -25,10 +25,10 @@
2525
<ItemGroup>
2626

2727
<!--<IkvmReference Include="pathToLibFolder\*.jar" />-->
28-
<MavenReference Include="org.apache.sshd:sshd-core" Version="2.17.1" IkvmExport="true" />
29-
<MavenReference Include="org.apache.sshd:sshd-sftp" Version="2.17.1" IkvmExport="true" />
30-
<MavenReference Include="org.apache.sshd:sshd-scp" Version="2.17.1" IkvmExport="true" />
31-
<MavenReference Include="org.apache.sshd:sshd-common" Version="2.17.1" IkvmExport="true" />
28+
<MavenReference Include="org.apache.sshd:sshd-core" Version="2.18.0" IkvmExport="true" />
29+
<MavenReference Include="org.apache.sshd:sshd-sftp" Version="2.18.0" IkvmExport="true" />
30+
<MavenReference Include="org.apache.sshd:sshd-scp" Version="2.18.0" IkvmExport="true" />
31+
<MavenReference Include="org.apache.sshd:sshd-common" Version="2.18.0" IkvmExport="true" />
3232
<MavenReference Include="org.slf4j:slf4j-api" Version="1.7.36" />
3333
<MavenReference Include="org.slf4j:slf4j-simple" Version="1.7.36" />
3434
<!--<MavenReference Include="ch.qos.logback:logback-core:1.5.32" />

ApacheMinaSSHD.NET.Wrapper/Internals/Models/SshIoService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ internal class SshIoService: ISshIoService
1717
public SshIoService(org.apache.sshd.common.io.IoService inner) => _inner = inner;
1818

1919
public bool IsAcceptor => _inner is org.apache.sshd.common.io.IoAcceptor;
20-
// Corrected methods for SSHD 2.17.1
20+
// Corrected methods for SSHD 2.18.0
2121
public bool IsClosing => _inner.isClosing();
2222
public bool IsClosed => _inner.isClosed();
2323

0 commit comments

Comments
 (0)