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

chore(deps): Bump the nuget-examples group with 5 updates #81

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps the nuget-examples group with 6 updates:

Package From To
Azure.Messaging.ServiceBus 7.18.2 7.18.3
System.Text.Json 9.0.0 6.0.10
NewRelic.Agent 10.34.1 10.35.0
NewRelic.Agent.Api 10.34.1 10.35.0
System.Text.Json 9.0.0 9.0.1
Microsoft.AspNetCore.OpenApi 9.0.0 9.0.1

Updates Azure.Messaging.ServiceBus from 7.18.2 to 7.18.3

Release notes

Sourced from Azure.Messaging.ServiceBus's releases.

Azure.Messaging.ServiceBus_7.18.3

7.18.3 (2025-01-17)

Bugs Fixed

  • Fixed an issue where identifier generation for senders did not correctly include the entity path as an informational element. (#46952)

Other Changes

  • Added annotations to make the package compatible with trimming and native AOT compilation.

  • Updated the Microsoft.Azure.Amqp dependency to 2.6.9, which contains several bug fixes. (see: commits)

  • Updated the transitive dependency on System.Text.Json to 6.0.10 via Azure.Core 1.44.1. Though Service Bus does not perform JSON serialization and was not vulnerable, the .NET 9 SDK was emitting warnings during scans due to a flaw in the previous System.Text.Json dependency.

Commits
  • adc97b1 Remove sovereign cloud testing support (#47883)
  • 000048f [Service Bus] January Release Prep (#47884)
  • ed8d054 Sync eng/common directory with azure-sdk-tools for PR 9577 (#47875)
  • b224668 Remove sovereign cloud testing references (#47873)
  • 65c2670 Increment version for playwrighttesting releases (#47881)
  • 26fc034 docs(): CHANGELOG for 1.0.0-beta.4 release (#47880)
  • cbe71a0 Update AutoRest C# version to 3.0.0-beta.20250116.1 (#47878)
  • 3fb80ad Queue Listener fixes: Drain Mode and Message Deletion (#47791)
  • 5eda9c7 [Storage][DataMovement] Modify file-share client extensions to match LRO patt...
  • 3c2ffb1 Sync eng/common directory with azure-sdk-tools for PR 9649 (#47867)
  • Additional commits viewable in compare view

Updates System.Text.Json from 9.0.0 to 6.0.10

Commits

Updates NewRelic.Agent from 10.34.1 to 10.35.0

Release notes

Sourced from NewRelic.Agent's releases.

v10.35.0

10.35.0 (2025-01-21)

New features

  • Enable DynamoDB entity relationships (#2923) (f70b64a)
  • Instrument Lambda invocations in AWS SDK (#2901) (3b655e4)
  • Use SocketsHttpHandler to configure HttpClient in .NET 6+. (#2931) (eb3afda)

Fixes

  • Console logging is inconsistent between Agent and Profiler (#2955) (7c42b33)
  • Incorrect string comparison in the profiler caused constructor instrumentation to fail on Linux (#2912) (49a71c5)
  • Refactoring to reduce the likelihood of a deadlock in HttpClient.SendAsync(). (#2931) (eb3afda)
Commits
  • f622a40 chore(main): release 10.35.0 (#2919)
  • 0ea3cee test: Integration test regex updates (#2958)
  • b8e8b2d chore: Add copilot-instructions.md (#2957)
  • 6235023 test: Dotty instrumentation library updates for 2025-Jan-15 (#2951)
  • 7c42b33 fix: Console logging is inconsistent between Agent and Profiler (#2955)
  • ee0dd2b chore: Update Home project dependencies (#2954)
  • f70b64a feat: Enable DynamoDB entity relationships (#2923)
  • c55e43c ci: Update unit tests workflow to run on push to main (#2953)
  • 3b655e4 feat: Instrument Lambda invocations in AWS SDK (#2901)
  • bd249b9 ci: Move init container release from lambda to GHA (#2932)
  • Additional commits viewable in compare view

Updates NewRelic.Agent.Api from 10.34.1 to 10.35.0

Release notes

Sourced from NewRelic.Agent.Api's releases.

v10.35.0

10.35.0 (2025-01-21)

New features

  • Enable DynamoDB entity relationships (#2923) (f70b64a)
  • Instrument Lambda invocations in AWS SDK (#2901) (3b655e4)
  • Use SocketsHttpHandler to configure HttpClient in .NET 6+. (#2931) (eb3afda)

Fixes

  • Console logging is inconsistent between Agent and Profiler (#2955) (7c42b33)
  • Incorrect string comparison in the profiler caused constructor instrumentation to fail on Linux (#2912) (49a71c5)
  • Refactoring to reduce the likelihood of a deadlock in HttpClient.SendAsync(). (#2931) (eb3afda)
Commits
  • f622a40 chore(main): release 10.35.0 (#2919)
  • 0ea3cee test: Integration test regex updates (#2958)
  • b8e8b2d chore: Add copilot-instructions.md (#2957)
  • 6235023 test: Dotty instrumentation library updates for 2025-Jan-15 (#2951)
  • 7c42b33 fix: Console logging is inconsistent between Agent and Profiler (#2955)
  • ee0dd2b chore: Update Home project dependencies (#2954)
  • f70b64a feat: Enable DynamoDB entity relationships (#2923)
  • c55e43c ci: Update unit tests workflow to run on push to main (#2953)
  • 3b655e4 feat: Instrument Lambda invocations in AWS SDK (#2901)
  • bd249b9 ci: Move init container release from lambda to GHA (#2932)
  • Additional commits viewable in compare view

Updates System.Text.Json from 9.0.0 to 9.0.1

Commits

Updates Microsoft.AspNetCore.OpenApi from 9.0.0 to 9.0.1

Release notes

Sourced from Microsoft.AspNetCore.OpenApi's releases.

.NET 9.0.1

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.0...v9.0.1

Commits

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

Bumps the nuget-examples group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [Azure.Messaging.ServiceBus](https://github.com/Azure/azure-sdk-for-net) | `7.18.2` | `7.18.3` |
| [System.Text.Json](https://github.com/dotnet/runtime) | `9.0.0` | `6.0.10` |
| [NewRelic.Agent](https://github.com/newrelic/newrelic-dotnet-agent) | `10.34.1` | `10.35.0` |
| [NewRelic.Agent.Api](https://github.com/newrelic/newrelic-dotnet-agent) | `10.34.1` | `10.35.0` |
| [System.Text.Json](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.1` |
| [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore) | `9.0.0` | `9.0.1` |


Updates `Azure.Messaging.ServiceBus` from 7.18.2 to 7.18.3
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Messaging.ServiceBus_7.18.2...Azure.Messaging.ServiceBus_7.18.3)

Updates `System.Text.Json` from 9.0.0 to 6.0.10
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v6.0.10)

Updates `NewRelic.Agent` from 10.34.1 to 10.35.0
- [Release notes](https://github.com/newrelic/newrelic-dotnet-agent/releases)
- [Commits](newrelic/newrelic-dotnet-agent@v10.34.1...v10.35.0)

Updates `NewRelic.Agent.Api` from 10.34.1 to 10.35.0
- [Release notes](https://github.com/newrelic/newrelic-dotnet-agent/releases)
- [Commits](newrelic/newrelic-dotnet-agent@v10.34.1...v10.35.0)

Updates `System.Text.Json` from 9.0.0 to 9.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v6.0.10)

Updates `Microsoft.AspNetCore.OpenApi` from 9.0.0 to 9.0.1
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v9.0.0...v9.0.1)

---
updated-dependencies:
- dependency-name: Azure.Messaging.ServiceBus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-examples
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-examples
- dependency-name: NewRelic.Agent
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-examples
- dependency-name: NewRelic.Agent.Api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-examples
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-examples
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-examples
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner February 1, 2025 06:03
@tippmar-nr tippmar-nr merged commit 0cd1b31 into main Feb 3, 2025
7 checks passed
@tippmar-nr tippmar-nr deleted the dependabot/nuget/nuget-examples-7c933ff59d branch February 3, 2025 15:57
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