Skip to content

Commit

Permalink
[Snyk] Security upgrade Kentico.Xperience.Libraries from 13.0.137 to …
Browse files Browse the repository at this point in the history
…13.0.144 (#38)

* fix: src/Kentico.Xperience.AlgoliaSearch.csproj to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DOTNET-NUGETPACKAGING-6245712

* update xperience libraries in test project to 13.0.144

---------

Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: bkapustik <[email protected]>
  • Loading branch information
3 people authored Jun 11, 2024
1 parent 955aba1 commit 0357a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Kentico.Xperience.AlgoliaSearch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<ItemGroup>
<PackageReference Include="Algolia.Search" Version="6.13.0" />
<PackageReference Include="Kentico.Xperience.Libraries" Version="13.0.137" />
<PackageReference Include="Kentico.Xperience.Libraries" Version="13.0.144" />
<PackageReference Include="Microsoft.AspNetCore.Html.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.ViewFeatures" Version="2.2.0" />
Expand Down
2 changes: 1 addition & 1 deletion tests/Kentico.Xperience.AlgoliaSearch.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="GitHubActionsTestLogger" Version="1.2.0" />
<PackageReference Include="Kentico.Xperience.Libraries.Tests" Version="13.0.137" />
<PackageReference Include="Kentico.Xperience.Libraries.Tests" Version="13.0.144" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="6.0.0" />
<PackageReference Include="NSubstitute" Version="4.3.0" />
<PackageReference Include="NUnit" Version="3.12.0" />
Expand Down

0 comments on commit 0357a49

Please sign in to comment.