Skip to content

Commit b1ebcf1

Browse files
authored
Merge pull request #47 from auth0/chore/dependencies
chore: Dependency updates
2 parents 71068b6 + 1ce68a3 commit b1ebcf1

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"docfx": {
6-
"version": "2.78.4",
6+
"version": "2.78.5",
77
"commands": [
88
"docfx"
99
]

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: dotnet test tests/Auth0.AspNetCore.Authentication.Api.IntegrationTests/Auth0.AspNetCore.Authentication.Api.IntegrationTests.csproj --collect:"XPlat Code coverage" --results-directory ./TestResults/ /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura
4848

4949
- name: Update codecov report
50-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # pin@5.5.2
50+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # pin@6.0.0
5151
with:
5252
token: ${{ secrets.CODECOV_TOKEN }}
5353
files: ./TestResults/**/coverage.cobertura.xml

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ jobs:
8181
steps:
8282
- name: Deploy to GitHub Pages
8383
id: deployment
84-
uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action
84+
uses: actions/deploy-pages@v5 # or specific "vX.X.X" version tag for this action

src/Auth0.AspNetCore.Authentication.Api/Auth0.AspNetCore.Authentication.Api.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
</PropertyGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.24" Condition="'$(TargetFramework)' == 'net8.0'" />
31+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.25" Condition="'$(TargetFramework)' == 'net8.0'" />
3232
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.3" Condition="'$(TargetFramework)' == 'net10.0'" />
33-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.3" />
34-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.124" PrivateAssets="All" />
33+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.5" />
34+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.201" PrivateAssets="All" />
3535
</ItemGroup>
3636

3737
<ItemGroup>

tests/Auth0.AspNetCore.Authentication.Api.UnitTests/Auth0.AspNetCore.Authentication.Api.UnitTests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111

1212
<ItemGroup>
1313
<!-- Using v7.2.1 as it's the last version with Apache license. Newer versions use different licensing -->
14-
<PackageReference Include="FluentAssertions" Version="7.2.1"/>
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1"/>
14+
<PackageReference Include="FluentAssertions" Version="7.2.2"/>
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0"/>
1616
<PackageReference Include="Moq" Version="4.20.72"/>
1717
<PackageReference Include="xunit" Version="2.9.3"/>
1818
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
<PrivateAssets>all</PrivateAssets>
2121
</PackageReference>
22-
<PackageReference Include="coverlet.collector" Version="8.0.0">
22+
<PackageReference Include="coverlet.collector" Version="8.0.1">
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
<PrivateAssets>all</PrivateAssets>
2525
</PackageReference>

0 commit comments

Comments
 (0)