Bump versatile to 0.18.1#6090
Conversation
Fixes an issue related to v-prefixes in NuGet versions: https://github.com/nscuro/versatile/releases/tag/v0.18.1 Signed-off-by: nscuro <nscuro@protonmail.com>
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
🟢 Coverage ∅ diff coverage · +0.00% coverage variation
Metric Results Coverage variation ✅ +0.00% coverage variation (-1.00%) Diff coverage ✅ ∅ diff coverage (70.00%) Coverage variation details
Coverable lines Covered lines Coverage Common ancestor commit (03bae1e) 24824 20125 81.07% Head commit (21b8b2e) 24824 (+0) 20125 (+0) 81.07% (+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 (#6090) 0 0 ∅ (not applicable) 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%
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
There was a problem hiding this comment.
Pull request overview
This PR updates the Maven-managed versatile library version to pick up the upstream fix for handling v-prefixed NuGet versions (per versatile v0.18.1 release notes), which affects Dependency-Track’s version parsing/comparison behavior where versatile is used.
Changes:
- Bump
io.github.nscuro:versatile-coreversion property from0.18.0to0.18.1.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
Bumps versatile to 0.18.1.
Fixes an issue related to v-prefixes in NuGet versions: https://github.com/nscuro/versatile/releases/tag/v0.18.1
Addressed Issue
N/A
Additional Details
N/A
Checklist
This PR fixes a defect, and I have provided tests to verify that the fix is effectiveThis PR implements an enhancement, and I have provided tests to verify that it works as intendedThis PR introduces changes to the database model, and I have added corresponding update logicThis PR introduces new or alters existing behavior, and I have updated the documentation accordingly