Skip to content

Commit 707706f

Browse files
deps: Bump the auth-ecosystem group with 1 update
Bumps System.IdentityModel.Tokens.Jwt from 8.12.1 to 8.14.0 --- updated-dependencies: - dependency-name: System.IdentityModel.Tokens.Jwt dependency-version: 8.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: auth-ecosystem ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 956788a commit 707706f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

OrderService.Api/OrderService.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<!-- JWT Authentication -->
1818
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.0" />
19-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.12.1" />
19+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.14.0" />
2020

2121
<!-- Validation -->
2222
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.1" />

OrderService.Core/OrderService.Core.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454

5555
<!-- Dapr -->
5656
<PackageReference Include="Dapr.Client" Version="1.14.0" />
57+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.14.0" />
5758
</ItemGroup>
5859

5960
</Project>

0 commit comments

Comments
 (0)