Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the event-bus group with 3 updates #192

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

Bumps the event-bus group with 3 updates: Tingle.EventBus.Transports.Azure.QueueStorage, Tingle.EventBus.Transports.Azure.ServiceBus and Tingle.EventBus.Transports.InMemory.

Updates Tingle.EventBus.Transports.Azure.QueueStorage from 0.22.0 to 0.22.1

Release notes

Sourced from Tingle.EventBus.Transports.Azure.QueueStorage's releases.

0.22.1

What's Changed

Full Changelog: tinglesoftware/eventbus@0.22.0...0.22.1

Commits
  • eadff6b Bump Confluent.Kafka from 2.4.0 to 2.5.0 (#642)
  • 03aa146 Bump Azure.Core from 1.40.0 to 1.41.0 in the azure-sdk group (#639)
  • cebbc21 Bump the microsoft group with 2 updates (#640)
  • 6c23ba5 Bump the aws-sdk group with 4 updates (#638)
  • a0baa63 Bump System.Text.Json from 8.0.3 to 8.0.4 in the system group (#641)
  • cff32cc Bump Polyfill from 5.5.3 to 5.6.0 (#637)
  • 6a3313d Bump the aws-sdk group across 1 directory with 4 updates (#636)
  • 306a79a Bump Polly.Core from 8.4.0 to 8.4.1 (#635)
  • 33ad9f5 Bump Azure.Identity from 1.11.4 to 1.12.0 in the azure-sdk group (#631)
  • 3e4d15e Bump Polyfill from 5.3.0 to 5.5.3 (#633)
  • Additional commits viewable in compare view

Updates Tingle.EventBus.Transports.Azure.ServiceBus from 0.22.0 to 0.22.1

Release notes

Sourced from Tingle.EventBus.Transports.Azure.ServiceBus's releases.

0.22.1

What's Changed

Full Changelog: tinglesoftware/eventbus@0.22.0...0.22.1

Commits
  • eadff6b Bump Confluent.Kafka from 2.4.0 to 2.5.0 (#642)
  • 03aa146 Bump Azure.Core from 1.40.0 to 1.41.0 in the azure-sdk group (#639)
  • cebbc21 Bump the microsoft group with 2 updates (#640)
  • 6c23ba5 Bump the aws-sdk group with 4 updates (#638)
  • a0baa63 Bump System.Text.Json from 8.0.3 to 8.0.4 in the system group (#641)
  • cff32cc Bump Polyfill from 5.5.3 to 5.6.0 (#637)
  • 6a3313d Bump the aws-sdk group across 1 directory with 4 updates (#636)
  • 306a79a Bump Polly.Core from 8.4.0 to 8.4.1 (#635)
  • 33ad9f5 Bump Azure.Identity from 1.11.4 to 1.12.0 in the azure-sdk group (#631)
  • 3e4d15e Bump Polyfill from 5.3.0 to 5.5.3 (#633)
  • Additional commits viewable in compare view

Updates Tingle.EventBus.Transports.InMemory from 0.22.0 to 0.22.1

Release notes

Sourced from Tingle.EventBus.Transports.InMemory's releases.

0.22.1

What's Changed

Full Changelog: tinglesoftware/eventbus@0.22.0...0.22.1

Commits
  • eadff6b Bump Confluent.Kafka from 2.4.0 to 2.5.0 (#642)
  • 03aa146 Bump Azure.Core from 1.40.0 to 1.41.0 in the azure-sdk group (#639)
  • cebbc21 Bump the microsoft group with 2 updates (#640)
  • 6c23ba5 Bump the aws-sdk group with 4 updates (#638)
  • a0baa63 Bump System.Text.Json from 8.0.3 to 8.0.4 in the system group (#641)
  • cff32cc Bump Polyfill from 5.5.3 to 5.6.0 (#637)
  • 6a3313d Bump the aws-sdk group across 1 directory with 4 updates (#636)
  • 306a79a Bump Polly.Core from 8.4.0 to 8.4.1 (#635)
  • 33ad9f5 Bump Azure.Identity from 1.11.4 to 1.12.0 in the azure-sdk group (#631)
  • 3e4d15e Bump Polyfill from 5.3.0 to 5.5.3 (#633)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jul 22, 2024
Bumps the event-bus group with 3 updates: [Tingle.EventBus.Transports.Azure.QueueStorage](https://github.com/tinglesoftware/eventbus), [Tingle.EventBus.Transports.Azure.ServiceBus](https://github.com/tinglesoftware/eventbus) and [Tingle.EventBus.Transports.InMemory](https://github.com/tinglesoftware/eventbus).


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

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

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

---
updated-dependencies:
- dependency-name: Tingle.EventBus.Transports.Azure.QueueStorage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: event-bus
- dependency-name: Tingle.EventBus.Transports.Azure.ServiceBus
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/event-bus-a27f3d4826 branch from b03d003 to 99cf7e1 Compare July 22, 2024 02:39
@mburumaxwell mburumaxwell merged commit 7c7a269 into main Jul 22, 2024
5 checks passed
@mburumaxwell mburumaxwell deleted the dependabot/nuget/event-bus-a27f3d4826 branch July 22, 2024 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant