Skip to content

Commit a42c9e9

Browse files
fix(deps): update dependencies
1 parent fcb41a3 commit a42c9e9

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
Version="9.32.0.97167"
4646
PrivateAssets="all"
4747
Condition="$(MSBuildProjectExtension) == '.csproj'" />
48-
<PackageReference Include="Roslynator.Analyzers" Version="4.14.1" PrivateAssets="All" />
48+
<PackageReference Include="Roslynator.Analyzers" Version="4.15.0" PrivateAssets="All" />
4949
</ItemGroup>
5050

5151
<ItemGroup>

src/Zitadel/Zitadel.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818

1919
<ItemGroup>
2020
<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.2" />
21-
<PackageReference Include="Google.Protobuf" Version="3.33.0" />
21+
<PackageReference Include="Google.Protobuf" Version="3.33.4" />
2222
<PackageReference Include="Grpc" Version="2.46.6"/>
23-
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.71.0" />
24-
<PackageReference Include="Grpc.Net.Common" Version="2.71.0" />
23+
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.76.0" />
24+
<PackageReference Include="Grpc.Net.Common" Version="2.76.0" />
2525
<PackageReference Include="IdentityModel.AspNetCore.OAuth2Introspection" Version="6.2.0"/>
2626
<PackageReference Include="jose-jwt" Version="5.2.0" />
2727
</ItemGroup>
2828

2929
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
30-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.21"/>
31-
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.21"/>
30+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.23"/>
31+
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.23"/>
3232
</ItemGroup>
3333

3434
</Project>

0 commit comments

Comments
 (0)