Skip to content

Comments

Bump Alpine to 3.6.0#5722

Merged
nscuro merged 1 commit intoDependencyTrack:masterfrom
nscuro:bump-alpine-3.6.0
Jan 20, 2026
Merged

Bump Alpine to 3.6.0#5722
nscuro merged 1 commit intoDependencyTrack:masterfrom
nscuro:bump-alpine-3.6.0

Conversation

@nscuro
Copy link
Member

@nscuro nscuro commented Jan 20, 2026

Description

Bumps Alpine to 3.6.0.

Addressed Issue

N/A

Additional Details

N/A

Checklist

  • I have read and understand the contributing guidelines
  • This PR fixes a defect, and I have provided tests to verify that the fix is effective
  • This PR implements an enhancement, and I have provided tests to verify that it works as intended
  • This PR introduces changes to the database model, and I have added corresponding update logic
  • This PR introduces new or alters existing behavior, and I have updated the documentation accordingly

Signed-off-by: nscuro <nscuro@protonmail.com>
@nscuro nscuro added this to the 4.14.0 milestone Jan 20, 2026
Copilot AI review requested due to automatic review settings January 20, 2026 16:36
@nscuro nscuro added the dependencies Pull requests that update a dependency file label Jan 20, 2026
@owasp-dt-bot
Copy link

Snyk checks have failed. 1 issues have been found so far.

Status Scanner Critical High Medium Low Total (1)
Open Source Security 0 1 0 0 1 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

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 upgrades the Alpine framework from version 3.5.1 to 3.6.0 and adapts code to accommodate API changes introduced in the new version.

Changes:

  • Bumped Alpine parent version from 3.5.1 to 3.6.0 in pom.xml
  • Updated NvdMirrorServlet to use the new Alpine 3.6.0 API (replaced setDirectory() and setAbsolute() calls with setDirectoryPath())
  • Reordered imports to follow standard conventions (jakarta imports before org imports)

Reviewed changes

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

File Description
pom.xml Updates Alpine parent version from 3.5.1 to 3.6.0
src/main/java/org/dependencytrack/servlets/NvdMirrorServlet.java Adapts to Alpine 3.6.0 API changes by using new setDirectoryPath() method instead of setDirectory() + setAbsolute(), and reorders imports

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codacy-production
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%) 100.00% (target: 70.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (a8d82cf) 24511 19941 81.36%
Head commit (339024c) 24510 (-1) 19940 (-1) 81.35% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#5722) 1 1 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@nscuro nscuro merged commit 0272ae1 into DependencyTrack:master Jan 20, 2026
15 of 17 checks passed
@nscuro nscuro deleted the bump-alpine-3.6.0 branch January 20, 2026 16:50
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 20, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants