Skip to content

Conversation

@joperezr
Copy link
Member

@joperezr joperezr commented Jan 5, 2026

Description

This PR includes changes made internally by dependabot which bumps several dependencies to newer versions.
cc: @radical

Checklist

  • Is this feature complete?
    • Yes. Ready to ship.
    • No. Follow-up changes expected.
  • Are you including unit tests for the changes and scenario tests if relevant?
    • Yes
    • No
  • Did you add public API?
    • Yes
      • If yes, did you have an API Review for it?
        • Yes
        • No
      • Did you add <remarks /> and <code /> elements on your triple slash comments?
        • Yes
        • No
    • No
  • Does the change make any security assumptions or guarantees?
    • Yes
      • If yes, have you done a threat model and had a security review?
        • Yes
        • No
    • No
  • Does the change require an update in our Aspire docs?

Copilot AI review requested due to automatic review settings January 5, 2026 20:54
@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 13752

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 13752"

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR ports internal security-related dependency bumps across multiple package ecosystems to address security vulnerabilities. The changes upgrade Node.js packages (jws) and Java Maven dependencies (PostgreSQL driver, Jetty server, Netty components, and others) to their latest secure versions.

Key Changes:

  • Upgrades jws package from 3.2.2 to 3.2.3 in Node.js service
  • Bumps PostgreSQL JDBC driver from 42.7.1 to 42.7.2 in Java service
  • Adds dependencyManagement section to Java pom.xml to pin security-critical library versions

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.

File Description
playground/PostgresEndToEnd/PostgresEndToEnd.NodeService/package.json Adds jws as a direct dependency (should be transitive only)
playground/PostgresEndToEnd/PostgresEndToEnd.NodeService/package-lock.json Updates jws to 3.2.3 and its jwa dependency to 1.4.2
playground/PostgresEndToEnd/PostgresEndToEnd.JavaService/pom.xml Adds dependencyManagement section with security updates and upgrades PostgreSQL driver to 42.7.2
Files not reviewed (1)
  • playground/PostgresEndToEnd/PostgresEndToEnd.NodeService/package-lock.json: Language not supported

@joperezr joperezr merged commit 72f3dbd into dotnet:main Jan 6, 2026
293 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the 13.2 milestone Jan 6, 2026
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.

1 participant