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-agent group across 2 directories with 3 updates #2733

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps the nuget-agent group with 2 updates in the /build directory: YamlDotNet and RestSharp.Serializers.NewtonsoftJson.
Bumps the nuget-agent group with 1 update in the /src/Agent/NewRelic/Agent/Core directory: Google.Protobuf.

Updates YamlDotNet from 16.0.0 to 16.1.0

Release notes

Sourced from YamlDotNet's releases.

Release 16.1.0

What's Changed

New Contributors

Full Changelog: aaubry/YamlDotNet@v16.0.0...v16.1.0

Commits
  • 03f0e59 Merge pull request #965 from EdwardCooke/ec-bigkey
  • f8cbe26 Fix a formatting build warning
  • 25a2513 Merge branch 'master' of github.com:aaubry/YamlDotNet into ec-bigkey
  • 62b7f59 Merge pull request #964 from EdwardCooke/ec-mappingwithanchor
  • 3732b1c Allow overriding the max key length in the scanner
  • 22fac65 Fix single element with anchor inline mapping
  • 5240bf7 Merge pull request #963 from EdwardCooke/ec-privateyamlmember
  • 09a6ff5 Added private member yaml member attrribute regression test
  • c3b5bd0 Merge pull request #962 from EdwardCooke/ec-makeconcurrent
  • 5737a3c Made the typeconvertercache a concurrent dictionary
  • Additional commits viewable in compare view

Updates RestSharp.Serializers.NewtonsoftJson from 111.4.1 to 112.0.0

Release notes

Sourced from RestSharp.Serializers.NewtonsoftJson's releases.

112.0.0

What's Changed

New Contributors

Full Changelog: restsharp/RestSharp@111.4.1...112.0.0

Commits

Updates Google.Protobuf from 3.27.3 to 3.28.0

Commits
  • 439c42c Updating version.json and repo version numbers to: 28.0
  • c9454f4 Remove --copt="-Werror" from .bazelrc (#18005)
  • f5a1b17 Move -Werror to our test/dev bazelrc files. (#17938)
  • 0c9e14a Merge pull request #17917 from thomasvl/patch_objc_to_28
  • 6a6ebe4 Merge pull request #17919 from protocolbuffers/28.x-202408221734
  • 09ba2bb Updating version.json and repo version numbers to: 28.0-dev
  • e340f52 Updating version.json and repo version numbers to: 28.0-rc3
  • b276420 [ObjC] Issue stderr warnings for deprecated generation options.
  • 13f850d Merge pull request #17913 from protocolbuffers/cp-compat-upgrade
  • 6bf01c5 Binary compatibility shims for GeneratedMessageV3, SingleFieldBuilderV3, Repe...
  • 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

…pdates

Bumps the nuget-agent group with 2 updates in the /build directory: [YamlDotNet](https://github.com/aaubry/YamlDotNet) and [RestSharp.Serializers.NewtonsoftJson](https://github.com/restsharp/RestSharp).
Bumps the nuget-agent group with 1 update in the /src/Agent/NewRelic/Agent/Core directory: [Google.Protobuf](https://github.com/protocolbuffers/protobuf).


Updates `YamlDotNet` from 16.0.0 to 16.1.0
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v16.0.0...v16.1.0)

Updates `RestSharp.Serializers.NewtonsoftJson` from 111.4.1 to 112.0.0
- [Release notes](https://github.com/restsharp/RestSharp/releases)
- [Commits](restsharp/RestSharp@111.4.1...112.0.0)

Updates `Google.Protobuf` from 3.27.3 to 3.28.0
- [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.28.0)

---
updated-dependencies:
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-agent
- dependency-name: RestSharp.Serializers.NewtonsoftJson
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-agent
- dependency-name: Google.Protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-agent
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner September 2, 2024 23:48
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Sep 2, 2024
@tippmar-nr tippmar-nr merged commit b12e4c1 into main Sep 6, 2024
28 checks passed
@tippmar-nr tippmar-nr deleted the dependabot/nuget/build/nuget-agent-3b6501ed9f branch September 6, 2024 15:42
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