Skip to content

Commit bb8dc64

Browse files
Bump Microsoft.IdentityModel.JsonWebTokens and 3 others
Bumps Microsoft.IdentityModel.JsonWebTokens to 8.15.0 Bumps Microsoft.NETCore.App from 1.0.5 to 2.0.3 Bumps Microsoft.Rest.ClientRuntime from 2.3.8 to 2.3.24 Bumps System.IdentityModel.Tokens.Jwt to 8.15.0 --- updated-dependencies: - dependency-name: Microsoft.IdentityModel.JsonWebTokens dependency-version: 8.15.0 dependency-type: direct:production dependency-group: nuget - dependency-name: Microsoft.IdentityModel.JsonWebTokens dependency-version: 8.15.0 dependency-type: direct:production dependency-group: nuget - dependency-name: Microsoft.NETCore.App dependency-version: 2.0.3 dependency-type: direct:production dependency-group: nuget - dependency-name: Microsoft.Rest.ClientRuntime dependency-version: 2.3.24 dependency-type: direct:production dependency-group: nuget - dependency-name: System.IdentityModel.Tokens.Jwt dependency-version: 8.15.0 dependency-type: direct:production dependency-group: nuget - dependency-name: System.IdentityModel.Tokens.Jwt dependency-version: 8.15.0 dependency-type: direct:production dependency-group: nuget ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 149e454 commit bb8dc64

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.2" />
1111
</ItemGroup>
1212
<ItemGroup>
13+
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.15.0" />
14+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.15.0" />
15+
<PackageReference Include="System.Net.Http" Version="4.3.4" />
16+
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
1317
<ProjectReference Include="..\EventBus\EventBus.csproj" />
1418
</ItemGroup>
1519
</Project>

src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.0" />
1212
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.0" />
1313
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0" />
14+
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.15.0" />
1415
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
16+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.15.0" />
1517
</ItemGroup>
1618
</Project>

src/Services/Catalog/Catalog.API/Catalog.API.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@
7171
<ProjectReference Include="..\..\..\BuildingBlocks\EventBus\IntegrationEventLogEF\IntegrationEventLogEF.csproj" />
7272
</ItemGroup>
7373
<ItemGroup>
74+
<PackageReference Include="Microsoft.NETCore.App" Version="2.0.3" />
75+
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.24" />
7476
<None Update="Pics\*">
7577
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
7678
</None>

0 commit comments

Comments
 (0)