Skip to content

Commit 983dfef

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Zitadel/Zitadel.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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.1" />
2222
<PackageReference Include="Grpc" Version="2.46.6"/>
2323
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.71.0" />
2424
<PackageReference Include="Grpc.Net.Common" Version="2.71.0" />
@@ -27,8 +27,8 @@
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.22"/>
31+
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.22"/>
3232
</ItemGroup>
3333

3434
</Project>

0 commit comments

Comments
 (0)