Skip to content

Commit a19bff0

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

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.34.1" />
21+
<PackageReference Include="Google.Protobuf" Version="3.35.0" />
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.27"/>
31+
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.27"/>
3232
</ItemGroup>
3333

3434
</Project>

0 commit comments

Comments
 (0)