Skip to content

Commit

Permalink
chore(deps): update dependency azure.messaging.eventgrid to 4.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 21, 2025
1 parent 75bac61 commit 96a2795
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/EventGridEmulator/EventGridEmulator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Messaging.EventGrid" Version="4.29.0" />
<PackageReference Include="Azure.Messaging.EventGrid" Version="4.30.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.2" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="9.0.2" />
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.2" />
Expand Down
2 changes: 1 addition & 1 deletion src/Samples/Publisher/Publisher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.13.2" />
<PackageReference Include="Azure.Messaging.EventGrid" Version="4.29.0" />
<PackageReference Include="Azure.Messaging.EventGrid" Version="4.30.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Samples/Subscriber/Subscriber.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Messaging.EventGrid" Version="4.29.0" />
<PackageReference Include="Azure.Messaging.EventGrid" Version="4.30.0" />
</ItemGroup>
</Project>

0 comments on commit 96a2795

Please sign in to comment.