Skip to content

Bump the nuget group with 5 updates#2585

Open
dependabot[bot] wants to merge 1 commit into
edgefrom
dependabot/nuget/samples/aws/edge/nuget-bcce57f587
Open

Bump the nuget group with 5 updates#2585
dependabot[bot] wants to merge 1 commit into
edgefrom
dependabot/nuget/samples/aws/edge/nuget-bcce57f587

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Updated AWSSDK.S3 from 4.0.23.3 to 4.0.24.4.

Release notes

Sourced from AWSSDK.S3's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Dapr.Client from 1.17.9 to 1.18.4.

Release notes

Sourced from Dapr.Client's releases.

1.18.4

What's Changed

Full Changelog: dapr/dotnet-sdk@v1.18.2...v1.18.4

1.18.2

What's Changed

Full Changelog: dapr/dotnet-sdk@v1.18.1...v1.18.2

1.18.1

What's Changed

Full Changelog: dapr/dotnet-sdk@v1.18.0...v1.18.1

What's Changed

General

  • ADDED Dapr.SecretsManagement package #​1794 to split secret management into its own client
  • ADDED Dapr.StateManagement package #​1806 to split state management into its own client
  • ADDED Rich backwards-compatibility support added to the SDK to better support runtime API maturation lifecycles #​1816
  • ADDED Serializer refactored from Dapr.Workflow to Dapr.Common #​1805 as a precursor to having common serialization across .NET SDK
  • ADDED Add optional parameter to configuration providers for non-blocking startup #​1844
  • UPDATED Making DaprDefaults public #​1845
  • FIXED Prevent race condition during GrpcProtocolHandler disposal #​1798

Actors

  • ADDED UnloadStateAsync implementation #​1750 to force actors to unload their currently cached in-memory state (no impact to persisted state). The next time GetStateAsync is called, the cache is repopulated as normal.

PubSub

  • FIXED Subscriber resilience: SubscribeAsync now throws DaprException when the sidecar is unavailable instead of failing silently #​1803

Metadata

  • ADDED Added new Dapr.Metadata package for retrieving strongly typed data from the Dapr Metadata API #​1846.
    To use, add Dapr.Metadata package from NuGet, register in DI with builder.Services.AddDaprMetadata() and simply inject IOptions<DaprMetadata>, IOptionsSnapshot<DaprMetadata> or IOptionsMonitor<DaprMetadata> and read the values out of the injected value.

Service Invocation

  • UPDATED InvokeMethodAsync family marked [Obsolete] aligning SDK with prior runtime guidance — recommended guidance is to use a native HTTP/gRPC client for service invocation #​1698.

Jobs

  • UPDATED Jobs API marked stable #​1804.
  • UPDATED Minimum-version tags adjusted to reflect broader test coverage (#​1811).

Workflows

  • ADDED Workflow history context propagation (#​1802)
  • UPDATED Combined Dapr.Workflow meta-project (#​1822) and automatic workflow/activity registration (#​1823)
    This means that there is no longer a need to install Dapr.Workflow.Versioning or Dapr.Workflow.Analyzers separately. All are bundled in the one Dapr.Workflow package, no refactoring necessary (though you might want to remove the stale packages).
  • UPDATED No longer logging connection closed exception when app closes #​1841
  • UPDATED Use server-blocking WaitForInstnace* RPCs instead of client polling #​1843
  • ADDED Timer origins and backwards-compatible optional timers (#​1790)
  • ADDED Add workflow analyzer diagnostics on versioning (#​1815
  • ADDED Expose name on workflow state #​1836
  • ADDED Support history propagation API #​1825, #​1833
  • ADDED Expose workflow name on state #​1836
  • FIXED Workflow patch ordering #​1807, #​1809
  • FIXED Trace propagation fix for downstream calls from workflow user activities #​1808
  • FIXED Addressing "no such instance exists" errors #​1818, #​1812
  • FIXED Fix workflow trace correlation #​1829
  • FIXED add missing FailureDetails property to proto converter #​1831

... (truncated)

1.18.0-rc02

What's Changed

Full Changelog: dapr/dotnet-sdk@v1.18.0-rc01...v1.18.0-rc02

1.18.0-rc01

What's Changed

New Features

Bug Fixes

Miscellaneous/Infrastructure

New Contributors

Full Changelog: dapr/dotnet-sdk@v1.17.9...v1.18.0-rc01

1.18.0-rc.7

What's Changed

New Contributors

Full Changelog: dapr/dotnet-sdk@v1.18.0-rc.4...v1.18.0-rc.7

1.18.0-rc.4

What's Changed

Full Changelog: dapr/dotnet-sdk@v1.18.0-rc.3...v1.18.0-rc.4

1.18.0-rc.3

What's Changed

Full Changelog: dapr/dotnet-sdk@v1.18.0-rc02...v1.18.0-rc.3

Commits viewable in compare view.

Updated Swashbuckle.AspNetCore.Swagger from 10.1.7 to 10.2.1.

Release notes

Sourced from Swashbuckle.AspNetCore.Swagger's releases.

10.2.1

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.2.0...v10.2.1

10.2.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.7...v10.2.0

Commits viewable in compare view.

Updated Swashbuckle.AspNetCore.SwaggerGen from 10.1.7 to 10.2.1.

Release notes

Sourced from Swashbuckle.AspNetCore.SwaggerGen's releases.

10.2.1

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.2.0...v10.2.1

10.2.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.7...v10.2.0

Commits viewable in compare view.

Updated Swashbuckle.AspNetCore.SwaggerUI from 10.1.7 to 10.2.1.

Release notes

Sourced from Swashbuckle.AspNetCore.SwaggerUI's releases.

10.2.1

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.2.0...v10.2.1

10.2.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.7...v10.2.0

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 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 AWSSDK.S3 from 4.0.23.3 to 4.0.24.4
Bumps Dapr.Client from 1.17.9 to 1.18.4
Bumps Swashbuckle.AspNetCore.Swagger from 10.1.7 to 10.2.1
Bumps Swashbuckle.AspNetCore.SwaggerGen from 10.1.7 to 10.2.1
Bumps Swashbuckle.AspNetCore.SwaggerUI from 10.1.7 to 10.2.1

---
updated-dependencies:
- dependency-name: AWSSDK.S3
  dependency-version: 4.0.24.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Swashbuckle.AspNetCore.Swagger
  dependency-version: 10.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Swashbuckle.AspNetCore.SwaggerGen
  dependency-version: 10.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Swashbuckle.AspNetCore.SwaggerUI
  dependency-version: 10.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Dapr.Client
  dependency-version: 1.18.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jun 15, 2026
@dependabot dependabot Bot requested review from a team as code owners June 15, 2026 14:06
@github-actions

Copy link
Copy Markdown

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 5 package(s) with unknown licenses.
See the Details below.

License Issues

samples/aws/aws.csproj

PackageVersionLicenseIssue Type
AWSSDK.S34.0.24.4NullUnknown License
Swashbuckle.AspNetCore.Swagger10.2.1NullUnknown License
Swashbuckle.AspNetCore.SwaggerGen10.2.1NullUnknown License
Swashbuckle.AspNetCore.SwaggerUI10.2.1NullUnknown License

samples/dapr/ui/ui.csproj

PackageVersionLicenseIssue Type
Dapr.Client1.18.4NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
nuget/AWSSDK.S3 4.0.24.4 UnknownUnknown
nuget/Swashbuckle.AspNetCore.Swagger 10.2.1 UnknownUnknown
nuget/Swashbuckle.AspNetCore.SwaggerGen 10.2.1 UnknownUnknown
nuget/Swashbuckle.AspNetCore.SwaggerUI 10.2.1 UnknownUnknown
nuget/Dapr.Client 1.18.4 🟢 4.8
Details
CheckScoreReason
Code-Review⚠️ 1Found 4/24 approved changesets -- score normalized to 1
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Maintained🟢 1030 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Binary-Artifacts🟢 10no binaries found in the repo
License🟢 10license file detected
Fuzzing⚠️ 0project is not fuzzed
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Signed-Releases⚠️ -1no releases found
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Security-Policy⚠️ 0security policy file not detected
Packaging🟢 10packaging workflow detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0

Scanned Files

  • samples/aws/aws.csproj
  • samples/dapr/ui/ui.csproj

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.

0 participants