Skip to content

Commit

Permalink
Merge pull request #27 from camunda-community-hub/renovate/zb-client-2.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency zb-client to v2.4.0
  • Loading branch information
VonDerBeck committed Dec 20, 2023
2 parents 9e68725 + 42b5523 commit 7ebfbc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Zeebe.Client.Accelerator/Zeebe.Client.Accelerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ So this is our version of a good Bootstrap Extension for the C# Zeebe Client. Cr
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="7.0.0" />
<PackageReference Include="zb-client" Version="2.3.0" />
<PackageReference Include="zb-client" Version="2.4.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="6.0.0" />
<PackageReference Include="zb-client" Version="2.3.0" />
<PackageReference Include="zb-client" Version="2.4.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7ebfbc9

Please sign in to comment.