Skip to content

Commit

Permalink
Merge pull request #78 from CyberLions/dependabot/nuget/Zitadel-6.1.1
Browse files Browse the repository at this point in the history
Bump Zitadel from 5.3.3 to 6.1.1
  • Loading branch information
bman46 authored Jan 29, 2024
2 parents 4994574 + dd0c4e4 commit 214455d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CCSODiscordBot/CCSODiscordBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="MongoDB.Driver" Version="2.23.1" />
<PackageReference Include="Zitadel" Version="5.3.3" />
<PackageReference Include="Zitadel" Version="6.1.1" />
<PackageReference Include="MailKit" Version="4.3.0" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Grpc.Net.Client;
using Zitadel.User.V2Beta;
using Zitadel.User.V2beta;
using Grpc.Core;

namespace CCSODiscordBot.Services.SSO.Implementations.Zitadel
Expand Down

0 comments on commit 214455d

Please sign in to comment.