Skip to content

Commit 8c1a9b1

Browse files
Bump System.IO.Abstractions from 17.2.1 to 17.2.3 (#1015)
Bumps [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) from 17.2.1 to 17.2.3. - [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases) - [Commits](TestableIO/System.IO.Abstractions@v17.2.1...v17.2.3) --- updated-dependencies: - dependency-name: System.IO.Abstractions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cdbf916 commit 8c1a9b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/KubernetesClient.Classic/KubernetesClient.Classic.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<ItemGroup>
99
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0" />
10-
<PackageReference Include="System.IO.Abstractions" Version="17.2.1" />
10+
<PackageReference Include="System.IO.Abstractions" Version="17.2.3" />
1111
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.23.1" />
1212
<PackageReference Include="IdentityModel.OidcClient" Version="5.0.2" />
1313
</ItemGroup>

src/KubernetesClient/KubernetesClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<ItemGroup>
1616
<PackageReference Include="prometheus-net" Version="6.0.0" />
1717
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.23.1" />
18-
<PackageReference Include="System.IO.Abstractions" Version="17.2.1" />
18+
<PackageReference Include="System.IO.Abstractions" Version="17.2.3" />
1919
<PackageReference Include="IdentityModel.OidcClient" Version="5.0.2" />
2020

2121
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0" Condition="'$(TargetFramework)' == 'netstandard2.1'" />

0 commit comments

Comments
 (0)