Skip to content

Commit 9356964

Browse files
Bump SharpZipLib from 1.3.3 to 1.4.0 (#1018)
Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 1.3.3 to 1.4.0. - [Release notes](https://github.com/icsharpcode/SharpZipLib/releases) - [Changelog](https://github.com/icsharpcode/SharpZipLib/blob/master/docs/Changes.txt) - [Commits](icsharpcode/SharpZipLib@v1.3.3...v1.4.0) --- updated-dependencies: - dependency-name: SharpZipLib dependency-type: direct:production update-type: version-update:semver-minor ... 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 be5c553 commit 9356964

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/cp/cp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="SharpZipLib" Version="1.3.3" />
8+
<PackageReference Include="SharpZipLib" Version="1.4.0" />
99
</ItemGroup>
1010

1111
</Project>

tests/E2E.Tests/E2E.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ItemGroup>
1010

1111
<PackageReference Include="JsonPatch.Net" Version="2.0.4" />
12-
<PackageReference Include="SharpZipLib" Version="1.3.3" />
12+
<PackageReference Include="SharpZipLib" Version="1.4.0" />
1313

1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.1" />
1515

0 commit comments

Comments
 (0)