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 Akka.DependencyInjection, Akka.Hosting, Akka.Remote.Hosting, Google.Protobuf and Microsoft.Extensions.Logging #3277

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2025

Bumps Akka.DependencyInjection, Akka.Hosting, Akka.Remote.Hosting, Google.Protobuf and Microsoft.Extensions.Logging. These dependencies needed to be updated together.
Updates Akka.DependencyInjection from 1.5.40 to 1.5.40

Changelog

Sourced from Akka.DependencyInjection's changelog.

Commits

Updates Akka.Hosting from 1.5.39 to 1.5.40

Release notes

Sourced from Akka.Hosting's releases.

Akka.Hosting 1.5.40

1.5.40 March 24th 2025

Changelog

Sourced from Akka.Hosting's changelog.

1.5.40 March 24th 2025

Commits

Updates Akka.Remote.Hosting from 1.5.39 to 1.5.40

Release notes

Sourced from Akka.Remote.Hosting's releases.

Akka.Hosting 1.5.40

1.5.40 March 24th 2025

Changelog

Sourced from Akka.Remote.Hosting's changelog.

1.5.40 March 24th 2025

Commits

Updates Google.Protobuf from 3.27.3 to 3.26.1

Commits
  • 2434ef2 Updating version.json and repo version numbers to: 26.1
  • 49253b1 Merge pull request #16308 from protocolbuffers/cp-26x-3
  • 9bf69ec Fix validateFeatures to be called after resolved features are actually set to...
  • b752bc2 Merge pull request #16307 from protocolbuffers/cp-26x-2
  • f7d2326 Merge pull request #16309 from protocolbuffers/cp-26x-4
  • 2e51ff6 Cherry-pick required label handling in JRuby field descriptor from https://gi...
  • a2f5303 Update cmake stalenes
  • 6a177d2 Merge branch '26.x' into cp-26x-4
  • 2d3d8ba Expand cpp_features_proto_srcs visibility
  • e1092ee Merge pull request #16294 from protocolbuffers/cp-26x
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.Logging from 6.0.1 to 5.0.0

Commits
  • cf258a1 [release/5.0] [browser][crypto] Remove restraining not supported attribute Pr...
  • 25c7409 [release/5.0] Fix missing signatures for Cross bitness DAC symbols (#43499)
  • aedbe68 Pass target properties to signing
  • 2b9b47d Pass down buildArchitecture for signing
  • 4de00f8 Unify paths used for cross-bit components
  • 25e8b0d [release/5.0] [.NET 5.0] Add support for libicu67 and several more higher ver...
  • 2d8e19f Change default FeedbackSize for TripleDES internal implementation to 8
  • 78740be Don't autoupgrade homebrew formula in install-native-dependencies.sh (#43353)
  • be12034 [release/5.0] Update dependencies from dotnet/arcade (#43321)
  • d90f149 [release/5.0] [wasm][net] System.Net.Mail should not throw PNSE for full asse...
  • 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…gle.Protobuf and Microsoft.Extensions.Logging

Bumps [Akka.DependencyInjection](https://github.com/akkadotnet/akka.net), [Akka.Hosting](https://github.com/akkadotnet/Akka.Hosting), [Akka.Remote.Hosting](https://github.com/akkadotnet/Akka.Hosting), [Google.Protobuf](https://github.com/protocolbuffers/protobuf) and [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Akka.DependencyInjection` from 1.5.40 to 1.5.40
- [Release notes](https://github.com/akkadotnet/akka.net/releases)
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md)
- [Commits](akkadotnet/akka.net@1.5.40...1.5.40)

Updates `Akka.Hosting` from 1.5.39 to 1.5.40
- [Release notes](https://github.com/akkadotnet/Akka.Hosting/releases)
- [Changelog](https://github.com/akkadotnet/Akka.Hosting/blob/dev/RELEASE_NOTES.md)
- [Commits](akkadotnet/Akka.Hosting@1.5.39...1.5.40)

Updates `Akka.Remote.Hosting` from 1.5.39 to 1.5.40
- [Release notes](https://github.com/akkadotnet/Akka.Hosting/releases)
- [Changelog](https://github.com/akkadotnet/Akka.Hosting/blob/dev/RELEASE_NOTES.md)
- [Commits](akkadotnet/Akka.Hosting@1.5.39...1.5.40)

Updates `Google.Protobuf` from 3.27.3 to 3.26.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.27.3...v3.26.1)

Updates `Microsoft.Extensions.Logging` from 6.0.1 to 5.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v6.0.1...v5.0.0)

---
updated-dependencies:
- dependency-name: Akka.DependencyInjection
  dependency-version: 1.5.40
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Akka.Hosting
  dependency-version: 1.5.40
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Akka.Remote.Hosting
  dependency-version: 1.5.40
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Google.Protobuf
  dependency-version: 3.26.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.Extensions.Logging
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 3, 2025
@Aaronontheweb Aaronontheweb enabled auto-merge (squash) April 7, 2025 16:36
@Aaronontheweb
Copy link
Member

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 7, 2025

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Apr 7, 2025
auto-merge was automatically disabled April 7, 2025 16:39

Pull request was closed

@dependabot dependabot bot deleted the dependabot/nuget/dev/multi-7da7b495ce branch April 7, 2025 16:39
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant