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: bump the dependencies group with 10 updates #82

Merged
merged 1 commit into from
Dec 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps the dependencies group with 11 updates:

Package From To
Google.Protobuf 3.28.3 3.29.0
Grpc.AspNetCore.Server.Reflection 2.66.0 2.67.0
Swashbuckle.AspNetCore 7.0.0 7.1.0
Swashbuckle.AspNetCore.Annotations 7.0.0 7.1.0
System.IdentityModel.Tokens.Jwt 8.2.0 8.2.1
Microsoft.NET.Test.Sdk 17.11.1 17.12.0
FluentValidation 11.10.0 11.11.0
Google.Protobuf.Tools 3.28.3 3.29.0
Google.Protobuf 3.28.3 3.27.0
Grpc.AspNetCore 2.66.0 2.67.0
OpenTelemetry.Instrumentation.Http 1.9.0 1.10.0

Updates Google.Protobuf from 3.28.3 to 3.29.0

Commits
  • 2d4414f Updating version.json and repo version numbers to: 29.0
  • 870e599 Revert upgrade to rules_java 8.3.1. This is a partial roll-back of fb8ee79 (#...
  • 02cffa4 Fix typo in BCR maintainer name config for acozzette@ (#19307)
  • 7537b03 Remove Bazel 6 in BCR presubmits (#19309)
  • 325aa80 Merge pull request #19305 from protocolbuffers/29.x-202411182222
  • c13eb62 Updating version.json and repo version numbers to: 29.0-dev
  • 71c2594 Updating version.json and repo version numbers to: 29.0-rc3
  • b69ea96 Fixed non-conformance in JSON parsing for empty strings in numeric fields. (#...
  • fb8ee79 Upgrade rules_cc 0.0.15 and rules_java 8.3.1 (#19215)
  • 6f310d5 Add missing line to docstring after Args (#19213)
  • Additional commits viewable in compare view

Updates Grpc.AspNetCore.Server.Reflection from 2.66.0 to 2.67.0

Release notes

Sourced from Grpc.AspNetCore.Server.Reflection's releases.

Release v2.67.0

What's Changed

New Contributors

Full Changelog: grpc/grpc-dotnet@v2.66.0...v2.67.0

Release v2.67.0-pre1

What's Changed

New Contributors

Full Changelog: grpc/grpc-dotnet@v2.66.0...v2.67.0-pre1

Commits
  • 5a58c24 Update to .NET 9 RTM (#2571)
  • dacb7b4 Bump elliptic from 6.5.7 to 6.6.0 in /examples/Spar/Server/ClientApp (#2567)
  • 1732f28 Update package dependencies to 9.0 RC2 (#2560)
  • 5fffc48 Fix System.Text.Json vulnerability warning (#2556)
  • b88713e Update Grpc.Tools to 2.67.0 (#2554)
  • 0f2ffdc Fix UpdateBalancingState not called when address attributes are modified (#2553)
  • 490894c Cleanup gRPC unit testing helpers in tester sample (#2548)
  • df3d8dc Update to Grpc.Tools 2.67.0-pre1 (#2547)
  • b1df3e4 Bump serve-static from 1.14.2 to 1.16.2 in /examples/Spar/Server/ClientApp (#...
  • de9a82f Update logging to use generated logs (#2531)
  • Additional commits viewable in compare view

Updates Swashbuckle.AspNetCore from 7.0.0 to 7.1.0

Release notes

Sourced from Swashbuckle.AspNetCore's releases.

v7.1.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.0.0...v7.1.0

Commits

Updates Swashbuckle.AspNetCore.Annotations from 7.0.0 to 7.1.0

Release notes

Sourced from Swashbuckle.AspNetCore.Annotations's releases.

v7.1.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.0.0...v7.1.0

Commits

Updates System.IdentityModel.Tokens.Jwt from 8.2.0 to 8.2.1

Release notes

Sourced from System.IdentityModel.Tokens.Jwt's releases.

8.2.1

New features

  • Update to use .NET 9 GA. See 2990.

Bug fixes

  • Remove dependency on Microsoft.Bcl.TimeProvider for .NET 8+ targets. See 2935.
  • Update cgmanifest to align with the JSON schema. See 2969.

Fundamentals

  • Streamline token creation in SecurityTokenDescriptor. See 2993.
  • Prevent inlining to guarantee stack frames in test. See 2999.

Work related to redesign of IdentityModel's token validation logic #2711

  • Simplify stack frame caching. See 2976.
  • Implement reading SAML and SAML2 tokens. See 2980.
  • Implement validating SAML signature. See 2950.
  • Add tests for IssuerExtensibility. See 2987.
  • Add validation for SAML and SAML2 issuer signing key. See 2965.
  • Add validation for SAML and SAML2 algorithm. See 2984.

What's Changed

New Contributors

Full Changelog: AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@8.2.0...8.2.1

Changelog

Sourced from System.IdentityModel.Tokens.Jwt's changelog.

8.2.1

New features

  • Update to use .NET 9 GA. See 2990.

Bug fixes

  • Remove dependency on Microsoft.Bcl.TimeProvider for .NET 8+ targets. See 2935.
  • Update cgmanifest to align with the JSON schema. See 2969.

Fundamentals

  • Streamline token creation by using SecurityTokenDescriptor. See 2993.
  • Prevent inlining to guarantee stack frames in test. See 2999.

Work related to redesign of IdentityModel's token validation logic #2711

  • Simplify stack frame caching. See 2976.
  • Implement new model for reading SAML and SAML2 tokens. See 2980.
  • Implement new model for validating SAML signature. See 2950.
  • Add tests for IssuerExtensibility. See 2987.
  • Switch to new validation model for SAML and SAML2 issuer signing key. See 2965.
  • Switch to new validation model for SAML and SAML2 algorithm. See 2984.
Commits
  • 6dc806c Add Abstractions.Tests to strong name bypass file. (#3004)
  • f604488 Update to .NET 9 GA. Update some test dependencies. (#2990)
  • 658e4e5 Prevent inlining to guarantee stack frames in test (#3002)
  • 04d0d13 Use SecurityTokenDescriptor when creating tokens (#2991)
  • 40ab6a9 SAML and SAML2 new model validation: Algorithm (#2984)
  • dafdc0d Ignore AotCompatibilityTests on ADO (#2992)
  • 8dc81e6 SAML and SAML2 new model validation: Issuer Signing Key (#2965)
  • cfcd0b3 JsonWebTokenHandler IssuerExtensibility (#2987)
  • dfae4af SAML2 new model validation: Signature (#2961)
  • a275ee4 SAML and SAML2 new model validation: Read Token (#2980)
  • Additional commits viewable in compare view

Updates Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

v17.12.0

What's Changed

Internal and infrastructure fixes:

Full Changelog: microsoft/vstest@v17.11.1...v17.12.0

Commits

Updates FluentValidation from 11.10.0 to 11.11.0

Release notes

Sourced from FluentValidation's releases.

11.11.0

Release notes

Please read the upgrade guide if you are moving from 10.x to 11.x

Note that the after 11.1.0 release, the FluentValidation.AspNetCore package has been moved to a separate repository and is now versioned and released separately. These release notes now only apply to the core FluentValidation package. For FluentValidation.AspNetCore release notes, please visit the FluentValidation.AspNetCore repository.

Changes in 11.11.0

  • Add additional overload of WithState that takes a context (#2276)

Changes in 11.10.0

  • Add WhereAsync as conterpart to Where on collection rules (#2240)
  • Create IEnumValidator to expose the targeted Enum type of EnumValidator (#2244)
  • Add Romansh language translations (#2239)

Changes in 11.9.2

  • ScalePrecisionValidator error message clarification (#2211)

Changes in 11.9.1

  • Fix issue with CascadeMode on child validators (#2207)

Changes in 11.9.0

  • Fix memory leak in NotEmptyValidator/EmptyValidator (#2174)
  • Add more descriptive error messages if a rule throws a NullReferenceException (#2152)
  • Add support for caching root parameter expressions (eg RuleFor(x => x)) (#2168)
  • Prevent AddValidatorsFromAssemblyContaining from registering validators twice (#2182)
  • Add builds for .net 8

Changes in 11.8.1

  • Fix unintentional behavioural changes in introduced in the previous release as part of #2158

Changes in 11.8.0

  • Added AbstractValidator.OnRuleAdded to allow customization of rule instances after creation (#2114)
  • Fix Serbian translation of LengthValidator (#2147)
  • Fix chinese culture codes (#2151)
  • Add Khmer translations (#2155)
  • Various performance improvements (#2158)
  • Fix ChildRules with class hierarchies (#2165)

Changes in 11.7.1

  • Resolved issue with combining multiple ValidationResult instances where RuleSetsExecuted wasn't properly set on the combined result (#2125)

Changes in 11.7.0

  • Add additional constructor for combining multiple ValidationResult instances (#2125)
  • Add PropertyPath placeholder (#2134)
  • Fix Brazilian Portuguese translation (#2131)

Changes in 11.6.0

  • Add OnFailurecCreated callback in ValidatorOptions.Global (#2120)
  • Fix typo in Russian localization (#2102)

... (truncated)

Changelog

Sourced from FluentValidation's changelog.

11.11.0 - 16 Nov 2024 Add additional overload of WithState that takes a context (#2276)

Commits
  • c8c6400 Update version and changelog
  • 8f9a24b Simplify test implementation
  • 7a82579 Add WithState(...) overload with access to ValidationContext<T>
  • f534dca move to LangVersion>12
  • 0b4867d leverage MSBuildThisFileDirectory to simplify path resolution
  • 4566c4f remove LegacyRulesetSplit
  • f322bb3 remove some redundant casts
  • 550ec5f move SignAssembly to props and remove redundant DelaySign
  • bc2eb7b remove some redundant private set
  • 3cc76cd remove some usings
  • Additional commits viewable in compare view

Updates Google.Protobuf.Tools from 3.28.3 to 3.29.0

Commits
  • 2d4414f Updating version.json and repo version numbers to: 29.0
  • 870e599 Revert upgrade to rules_java 8.3.1. This is a partial roll-back of fb8ee79 (#...
  • 02cffa4 Fix typo in BCR maintainer name config for acozzette@ (#19307)
  • 7537b03 Remove Bazel 6 in BCR presubmits (#19309)
  • 325aa80 Merge pull request #19305 from protocolbuffers/29.x-202411182222
  • c13eb62 Updating version.json and repo version numbers to: 29.0-dev
  • 71c2594 Updating version.json and repo version numbers to: 29.0-rc3
  • b69ea96 Fixed non-conformance in JSON parsing for empty strings in numeric fields. (#...
  • fb8ee79 Upgrade rules_cc 0.0.15 and rules_java 8.3.1 (#19215)
  • 6f310d5 Add missing line to docstring after Args (#19213)
  • Additional commits viewable in compare view

Updates Google.Protobuf from 3.28.3 to 3.27.0

Commits
  • 2d4414f Updating version.json and repo version numbers to: 29.0
  • 870e599 Revert upgrade to rules_java 8.3.1. This is a partial roll-back of fb8ee79 (#...
  • 02cffa4 Fix typo in BCR maintainer name config for acozzette@ (#19307)
  • 7537b03 Remove Bazel 6 in BCR presubmits (#19309)
  • 325aa80 Merge pull request #19305 from protocolbuffers/29.x-202411182222
  • c13eb62 Updating version.json and repo version numbers to: 29.0-dev
  • 71c2594 Updating version.json and repo version numbers to: 29.0-rc3
  • b69ea96 Fixed non-conformance in JSON parsing for empty strings in numeric fields. (#...
  • fb8ee79 Upgrade rules_cc 0.0.15 and rules_java 8.3.1 (#19215)
  • 6f310d5 Add missing line to docstring after Args (#19213)
  • Additional commits viewable in compare view

Updates Grpc.AspNetCore from 2.66.0 to 2.67.0

Release notes

Sourced from Grpc.AspNetCore's releases.

Release v2.67.0

What's Changed

New Contributors

Full Changelog: grpc/grpc-dotnet@v2.66.0...v2.67.0

Release v2.67.0-pre1

What's Changed

Bumps the dependencies group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [Google.Protobuf](https://github.com/protocolbuffers/protobuf) | `3.28.3` | `3.29.0` |
| [Grpc.AspNetCore.Server.Reflection](https://github.com/grpc/grpc-dotnet) | `2.66.0` | `2.67.0` |
| [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `7.0.0` | `7.1.0` |
| [Swashbuckle.AspNetCore.Annotations](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `7.0.0` | `7.1.0` |
| [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `8.2.0` | `8.2.1` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.1` | `17.12.0` |
| [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) | `11.10.0` | `11.11.0` |
| [Google.Protobuf.Tools](https://github.com/protocolbuffers/protobuf) | `3.28.3` | `3.29.0` |
| [Google.Protobuf](https://github.com/protocolbuffers/protobuf) | `3.28.3` | `3.27.0` |
| [Grpc.AspNetCore](https://github.com/grpc/grpc-dotnet) | `2.66.0` | `2.67.0` |
| [OpenTelemetry.Instrumentation.Http](https://github.com/open-telemetry/opentelemetry-dotnet-contrib) | `1.9.0` | `1.10.0` |


Updates `Google.Protobuf` from 3.28.3 to 3.29.0
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.28.3...v3.29.0)

Updates `Grpc.AspNetCore.Server.Reflection` from 2.66.0 to 2.67.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](grpc/grpc-dotnet@v2.66.0...v2.67.0)

Updates `Swashbuckle.AspNetCore` from 7.0.0 to 7.1.0
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v7.0.0...v7.1.0)

Updates `Swashbuckle.AspNetCore.Annotations` from 7.0.0 to 7.1.0
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v7.0.0...v7.1.0)

Updates `System.IdentityModel.Tokens.Jwt` from 8.2.0 to 8.2.1
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@8.2.0...8.2.1)

Updates `Microsoft.NET.Test.Sdk` from 17.11.1 to 17.12.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.11.1...v17.12.0)

Updates `FluentValidation` from 11.10.0 to 11.11.0
- [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases)
- [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt)
- [Commits](FluentValidation/FluentValidation@11.10.0...11.11.0)

Updates `Google.Protobuf.Tools` from 3.28.3 to 3.29.0
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.28.3...v3.29.0)

Updates `Google.Protobuf` from 3.28.3 to 3.27.0
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.28.3...v3.29.0)

Updates `Grpc.AspNetCore` from 2.66.0 to 2.67.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](grpc/grpc-dotnet@v2.66.0...v2.67.0)

Updates `OpenTelemetry.Instrumentation.Http` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases)
- [Commits](open-telemetry/opentelemetry-dotnet-contrib@Exporter.Geneva-1.9.0...Exporter.Geneva-1.10.0)

---
updated-dependencies:
- dependency-name: Google.Protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Grpc.AspNetCore.Server.Reflection
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Swashbuckle.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Swashbuckle.AspNetCore.Annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: FluentValidation
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Google.Protobuf.Tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Google.Protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Grpc.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: OpenTelemetry.Instrumentation.Http
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from alex289 December 1, 2024 06:22
@alex289 alex289 merged commit 4f64005 into main Dec 1, 2024
4 checks passed
@alex289 alex289 deleted the dependabot/nuget/dependencies-6f912b9f23 branch December 1, 2024 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant