Skip to content

Commit

Permalink
Bump the event-bus group across 1 directory with 2 updates (#128)
Browse files Browse the repository at this point in the history
Bumps the event-bus group with 2 updates in the / directory: [Tingle.EventBus](https://github.com/tinglesoftware/eventbus) and [Tingle.EventBus.Transports.InMemory](https://github.com/tinglesoftware/eventbus).


Updates `Tingle.EventBus` from 0.22.1 to 0.22.3
- [Release notes](https://github.com/tinglesoftware/eventbus/releases)
- [Commits](tinglesoftware/eventbus@0.22.1...0.22.3)

Updates `Tingle.EventBus.Transports.InMemory` from 0.22.1 to 0.22.3
- [Release notes](https://github.com/tinglesoftware/eventbus/releases)
- [Commits](tinglesoftware/eventbus@0.22.1...0.22.3)

Updates `Tingle.EventBus` from 0.22.1 to 0.22.3
- [Release notes](https://github.com/tinglesoftware/eventbus/releases)
- [Commits](tinglesoftware/eventbus@0.22.1...0.22.3)

---
updated-dependencies:
- dependency-name: Tingle.EventBus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: event-bus
- dependency-name: Tingle.EventBus.Transports.InMemory
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: event-bus
- dependency-name: Tingle.EventBus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: event-bus
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 4986081 commit da8b7cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/EventBusSample/EventBusSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageReference Include="DistributedLock.Core" Version="1.0.7" />
<PackageReference Include="DistributedLock.FileSystem" Version="1.0.2" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
<PackageReference Include="Tingle.EventBus.Transports.InMemory" Version="0.22.1" />
<PackageReference Include="Tingle.EventBus.Transports.InMemory" Version="0.22.3" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Tingle.EventBus" Version="0.22.1" />
<PackageReference Include="Tingle.EventBus" Version="0.22.3" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
<PackageReference Include="Tingle.EventBus.Transports.InMemory" Version="0.22.1" />
<PackageReference Include="Tingle.EventBus.Transports.InMemory" Version="0.22.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit da8b7cb

Please sign in to comment.