Skip to content

Commit ca9396a

Browse files
Bump System.IO.Abstractions from 13.2.47 to 17.0.21 (#919)
Bumps [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) from 13.2.47 to 17.0.21. - [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases) - [Commits](TestableIO/System.IO.Abstractions@v13.2.47...v17.0.21) --- updated-dependencies: - dependency-name: System.IO.Abstractions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9c1dd59 commit ca9396a

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.8.10" />
10-
<PackageReference Include="System.IO.Abstractions" Version="13.2.47" />
10+
<PackageReference Include="System.IO.Abstractions" Version="17.0.21" />
1111
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.13.1" />
1212
<PackageReference Include="IdentityModel.OidcClient" Version="4.0.0" />
1313
</ItemGroup>

src/KubernetesClient/KubernetesClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ItemGroup>
99
<PackageReference Include="prometheus-net" Version="5.0.1" />
1010
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.13.1" />
11-
<PackageReference Include="System.IO.Abstractions" Version="13.2.47" />
11+
<PackageReference Include="System.IO.Abstractions" Version="17.0.21" />
1212
<PackageReference Include="IdentityModel.OidcClient" Version="4.0.0" />
1313

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

0 commit comments

Comments
 (0)