Skip to content

Commit f263492

Browse files
Bump Microsoft.IdentityModel.JsonWebTokens and 3 others
Bumps Microsoft.IdentityModel.JsonWebTokens from 5.4.0 to 5.7.0 Bumps System.IdentityModel.Tokens.Jwt from 5.4.0 to 5.7.0 Bumps System.Net.Http from 4.3.0 to 4.3.4 Bumps System.Text.RegularExpressions from 4.3.0 to 4.3.1 --- updated-dependencies: - dependency-name: Microsoft.IdentityModel.JsonWebTokens dependency-version: 5.7.0 dependency-type: direct:production dependency-group: nuget - dependency-name: System.IdentityModel.Tokens.Jwt dependency-version: 5.7.0 dependency-type: direct:production dependency-group: nuget - dependency-name: System.Net.Http dependency-version: 4.3.4 dependency-type: direct:production dependency-group: nuget - dependency-name: System.Text.RegularExpressions dependency-version: 4.3.1 dependency-type: direct:production dependency-group: nuget ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 149e454 commit f263492

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-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="5.7.0" />
14+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.7.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>

0 commit comments

Comments
 (0)