Skip to content

Consolidate Dependabot NuGet fixes into central package update - #70

Merged
MichaelKoster70 merged 3 commits into
mainfrom
copilot/fix-dependabot-issues
Jul 23, 2026
Merged

Consolidate Dependabot NuGet fixes into central package update#70
MichaelKoster70 merged 3 commits into
mainfrom
copilot/fix-dependabot-issues

Conversation

Copilot AI commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

This PR consolidates the reported Dependabot updates into a single change set by updating centrally managed NuGet versions in AzureCertTools. The goal is to clear dependency alerts without broad code churn.

  • Dependency baseline updates (central package management)

    • Updated Azure.Security.KeyVault.Certificates from 4.8.0 to 4.9.0.
    • Updated Microsoft.NET.Test.Sdk from 17.13.0 to 18.8.1.
    • Applied in one place: src/AzureCertTools/Directory.Packages.props, so all AzureCertTools projects inherit the same versions.
  • Scope and impact

    • No production code or test logic changes.
    • Change is limited to package version resolution for AzureCertTools projects and tests.
<!-- src/AzureCertTools/Directory.Packages.props -->
<PackageVersion Include="Azure.Security.KeyVault.Certificates" Version="4.9.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.8.1" />

Copilot AI changed the title Fix all reported Dependabot issues in one update Consolidate Dependabot NuGet fixes into central package update Jul 21, 2026
Copilot AI requested a review from MichaelKoster70 July 21, 2026 04:45
@MichaelKoster70
MichaelKoster70 marked this pull request as ready for review July 23, 2026 06:52
@MichaelKoster70
MichaelKoster70 merged commit c27cd72 into main Jul 23, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants