Skip to content

Commit

Permalink
chore(deps): update dependency azure.messaging.eventgrid to 4.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 23, 2024
1 parent 7d44f5b commit 56f4775
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.27.0" />
<PackageReference Include="Azure.Messaging.EventGrid" Version="4.28.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="8.0.11" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.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.1" />
<PackageReference Include="Azure.Messaging.EventGrid" Version="4.27.0" />
<PackageReference Include="Azure.Messaging.EventGrid" Version="4.28.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.27.0" />
<PackageReference Include="Azure.Messaging.EventGrid" Version="4.28.0" />
</ItemGroup>
</Project>

0 comments on commit 56f4775

Please sign in to comment.