Skip to content

Commit

Permalink
Update SSH.NET to 2023.0.0 (#2057)
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechNagorski committed Oct 16, 2023
1 parent 418903e commit 2824b09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/versions.props
Expand Up @@ -37,7 +37,7 @@
<HealthCheckKubernetes>7.0.0</HealthCheckKubernetes>
<HealthCheckMongoDB>7.0.0</HealthCheckMongoDB>
<HealthCheckMySql>7.0.0</HealthCheckMySql>
<HealthCheckNetwork>7.0.0</HealthCheckNetwork>
<HealthCheckNetwork>7.1.0</HealthCheckNetwork>
<HealthCheckNats>7.0.0</HealthCheckNats>
<HealthCheckNpgSql>7.1.0</HealthCheckNpgSql>
<HealthCheckOpenIdConnectServer>7.1.0</HealthCheckOpenIdConnectServer>
Expand Down
2 changes: 1 addition & 1 deletion src/HealthChecks.Network/HealthChecks.Network.csproj
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SSH.NET" Version="2020.0.2" />
<PackageReference Include="SSH.NET" Version="2023.0.0" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="7.0.9" />
<PackageReference Include="System.Buffers" Version="4.5.1" />
<Compile Include="../HealthCheckResultTask.cs" />
Expand Down

0 comments on commit 2824b09

Please sign in to comment.