Skip to content

Commit e6f5f0a

Browse files
Bump SharpZipLib from 1.4.1 to 1.4.2 (#1188)
Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/icsharpcode/SharpZipLib/releases) - [Changelog](https://github.com/icsharpcode/SharpZipLib/blob/master/docs/Changes.txt) - [Commits](icsharpcode/SharpZipLib@v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: SharpZipLib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 32c423a commit e6f5f0a

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.4.1" />
8+
<PackageReference Include="SharpZipLib" Version="1.4.2" />
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.4.1" />
12+
<PackageReference Include="SharpZipLib" Version="1.4.2" />
1313

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

0 commit comments

Comments
 (0)