Skip to content

Commit

Permalink
fix: security vulnerability in System.Text.Encodings.Web (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
elmaxe authored Nov 28, 2024
1 parent e158e7d commit bd56868
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
<PackageIconUrl>https://raw.githubusercontent.com/BookBeat/knightbus/master/documentation/media/images/knighbus-64.png</PackageIconUrl>
<PackageIcon>knighbus-64.png</PackageIcon>
<RepositoryUrl>https://github.com/BookBeat/knightbus</RepositoryUrl>
<Version>21.0.1</Version>
<Version>21.0.2</Version>
<PackageTags>knightbus;azure servicebus;amqp;queues;messaging</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.17.5" />
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.18.2" />
</ItemGroup>
<ItemGroup>
<None Include="knighbus-64.png" Pack="true" Visible="false" PackagePath="" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<PackageIconUrl>https://raw.githubusercontent.com/BookBeat/knightbus/master/documentation/media/images/knighbus-64.png</PackageIconUrl>
<PackageIcon>knighbus-64.png</PackageIcon>
<RepositoryUrl>https://github.com/BookBeat/knightbus</RepositoryUrl>
<Version>16.2.0</Version>
<Version>16.2.1</Version>
<PackageTags>knightbus;azure storage;blob;queues;messaging</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Storage.Blobs" Version="12.20.0" />
<PackageReference Include="Azure.Storage.Queues" Version="12.18.0" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.23.0" />
<PackageReference Include="Azure.Storage.Queues" Version="12.21.0" />
</ItemGroup>
<ItemGroup>
<None Include="knighbus-64.png" Pack="true" Visible="false" PackagePath="" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<PackageIconUrl>https://raw.githubusercontent.com/BookBeat/knightbus/master/documentation/media/images/knighbus-64.png</PackageIconUrl>
<PackageIcon>knighbus-64.png</PackageIcon>
<RepositoryUrl>https://github.com/BookBeat/knightbus</RepositoryUrl>
<Version>15.0.0</Version>
<Version>15.0.1</Version>
<PackageTags>knightbus;sql;sql server;saga;</PackageTags>
</PropertyGroup>
<ItemGroup>
<None Include="knighbus-64.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit bd56868

Please sign in to comment.