Skip to content

Commit 325af0e

Browse files
Bump the core group with 2 updates (#3086)
Bumps Microsoft.IdentityModel.JsonWebTokens from 8.15.0 to 8.16.0 Bumps System.IdentityModel.Tokens.Jwt from 8.15.0 to 8.16.0 --- updated-dependencies: - dependency-name: Microsoft.IdentityModel.JsonWebTokens dependency-version: 8.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: core - dependency-name: System.IdentityModel.Tokens.Jwt dependency-version: 8.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: core ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc7d504 commit 325af0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BervProject.WebApi.Boilerplate/BervProject.WebApi.Boilerplate.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
</PackageReference>
4141
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.13.1" />
4242
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="10.0.3" />
43-
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.15.0" />
43+
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.16.0" />
4444
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
4545
<PackageReference Include="NLog" Version="6.1.0" />
4646
<PackageReference Include="NLog.Web.AspNetCore" Version="6.1.1" />
4747
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0" />
48-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.15.0" />
48+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.16.0" />
4949
</ItemGroup>
5050

5151
<ItemGroup>

0 commit comments

Comments
 (0)