Skip to content

Commit 65d9581

Browse files
authored
Merge pull request #56 from Chaosbit/dependabot/nuget/backend/WorkoutApp.Api/aspnetcore-ee3e87ecd2
deps: Bump the aspnetcore group with 2 updates
2 parents ea411ad + ac9927b commit 65d9581

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

backend/WorkoutApp.Api/WorkoutApp.Api.csproj

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

99
<ItemGroup>
1010
<PackageReference Include="BCrypt.Net-Next" Version="4.0.3" />
11-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.11" />
11+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.18" />
1212
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.11">
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
<PrivateAssets>all</PrivateAssets>

backend/WorkoutApp.ServiceDefaults/WorkoutApp.ServiceDefaults.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.11" />
11-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
10+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.18" />
11+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.7" />
1212
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.9.0" />
1313
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.9.0" />
1414
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.9.0" />

0 commit comments

Comments
 (0)