Skip to content

Commit 3b20895

Browse files
fix(deps): update dependencies
1 parent fe1d636 commit 3b20895

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/Zitadel/Zitadel.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.2" />
21-
<PackageReference Include="Google.Protobuf" Version="3.34.1" />
20+
<PackageReference Include="BouncyCastle.Cryptography" Version="2.7.0" />
21+
<PackageReference Include="Google.Protobuf" Version="3.35.1" />
2222
<PackageReference Include="Grpc" Version="2.46.6"/>
2323
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.80.0" />
2424
<PackageReference Include="Grpc.Net.Common" Version="2.80.0" />
@@ -27,8 +27,8 @@
2727
</ItemGroup>
2828

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

3434
</Project>

0 commit comments

Comments
 (0)