Skip to content

Commit 568bfca

Browse files
Update HttpMultipartParser requirement from 4.4.* to 5.0.*
Updates the requirements on [HttpMultipartParser](https://github.com/Http-Multipart-Data-Parser/Http-Multipart-Data-Parser) to permit the latest version. - [Release notes](https://github.com/Http-Multipart-Data-Parser/Http-Multipart-Data-Parser/releases) - [Changelog](https://github.com/Http-Multipart-Data-Parser/Http-Multipart-Data-Parser/blob/develop/GitReleaseManager.yaml) - [Commits](Http-Multipart-Data-Parser/Http-Multipart-Data-Parser@4.4.0...5.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent f35b9e4 commit 568bfca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Simplify.Web.Multipart/Simplify.Web.Multipart.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
</PropertyGroup>
2727
<ItemGroup>
2828
<PackageReference Include="Simplify.Web" Version="4.2.*" />
29-
<PackageReference Include="HttpMultipartParser" Version="4.4.*" />
29+
<PackageReference Include="HttpMultipartParser" Version="5.0.*" />
3030
</ItemGroup>
3131
</Project>

0 commit comments

Comments
 (0)