Skip to content

Commit d1337f5

Browse files
Bump System.IO.Abstractions from 18.0.1 to 19.1.1
Bumps [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) from 18.0.1 to 19.1.1. - [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases) - [Commits](TestableIO/System.IO.Abstractions@v18.0.1...v19.1.1) --- updated-dependencies: - dependency-name: System.IO.Abstractions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4e74fd2 commit d1337f5

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="18.0.1" />
10+
<PackageReference Include="System.IO.Abstractions" Version="19.1.1" />
1111
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.25.1" />
1212
<PackageReference Include="IdentityModel.OidcClient" Version="5.2.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="7.0.0" />
1010
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.25.1" />
11-
<PackageReference Include="System.IO.Abstractions" Version="18.0.1" />
11+
<PackageReference Include="System.IO.Abstractions" Version="19.1.1" />
1212
<PackageReference Include="IdentityModel.OidcClient" Version="5.2.0" />
1313
</ItemGroup>
1414

0 commit comments

Comments
 (0)