Skip to content

Commit

Permalink
Update dependency ArtemisNetClient to v2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2023
1 parent 62cfb31 commit ee051c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ASYNC_KEDA/PrimeConsumer/PrimeConsumer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ArtemisNetClient" Version="2.10.0" />
<PackageReference Include="ArtemisNetClient" Version="2.12.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion ASYNC_KEDA/PrimeProducer/PrimeProducer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ArtemisNetClient" Version="2.10.0" />
<PackageReference Include="ArtemisNetClient" Version="2.12.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion ASYNC_KEDA_JOBS/PrimeConsumer/PrimeConsumer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ArtemisNetClient" Version="2.10.0" />
<PackageReference Include="ArtemisNetClient" Version="2.12.1" />
</ItemGroup>

</Project>

0 comments on commit ee051c1

Please sign in to comment.