STTRS-3004 update libs - #46
Conversation
There was a problem hiding this comment.
Pull request overview
Updates project/library metadata for release 6.0.1, including a Maven plugin bump and corresponding documentation updates.
Changes:
- Bumped project version to
6.0.1and updatedmaven-source-pluginto3.4.0. - Updated README compatibility table and dependency snippet to reference
6.0.1. - Added an internal “dependency-update” workflow skill document and added a
6.0.1changelog entry.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
pom.xml |
Bumps project version and updates maven-source-plugin version. |
README.md |
Adds a new compatibility row and updates the dependency snippet to 6.0.1. |
CHANGELOG.md |
Adds a 6.0.1 entry describing the plugin update. |
.agents/skills/dependency-update/SKILL.md |
Adds a documented workflow for dependency update procedures. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1,4 +1,4 @@ | |||
| <?xml version="1.0" encoding="UTF-8"?> | |||
| <?xml version="1.0" encoding="UTF-8"?> | |||
There was a problem hiding this comment.
The file now starts with a UTF-8 BOM character before the XML declaration ("\uFEFF<?xml..."). This can cause unnecessary diffs and occasionally breaks XML tooling; please remove the BOM so the first character is '<'.
| <?xml version="1.0" encoding="UTF-8"?> | |
| <?xml version="1.0" encoding="UTF-8"?> |
| | 2025.1.1 | 6.0.1 | 4.0.2 | 10.29.0 | | ||
| | 2025.1.1 | 6.0.0 | 4.0.2 | 10.29.0 | |
There was a problem hiding this comment.
The newly added compatibility row lists Spring Boot 4.0.2, but this release’s pom.xml uses Spring Boot 4.0.5 (parent + spring.boot.version). Please update the table entry to match the actual Spring Boot version (or clarify the supported range if that’s the intent).
| | 2025.1.1 | 6.0.1 | 4.0.2 | 10.29.0 | | |
| | 2025.1.1 | 6.0.0 | 4.0.2 | 10.29.0 | | |
| | 2025.1.1 | 6.0.1 | 4.0.5 | 10.29.0 | | |
| | 2025.1.1 | 6.0.0 | 4.0.5 | 10.29.0 | |
| @@ -1,9 +1,13 @@ | |||
| # Changelog | |||
| # Changelog | |||
There was a problem hiding this comment.
The file now starts with a UTF-8 BOM character before the first '#'. This can interfere with some Markdown renderers/linters and creates noisy diffs; please remove the BOM so the file begins with '#'.
| # Changelog | |
| # Changelog |
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| ## [6.0.1] - 2026-04-20 |
There was a problem hiding this comment.
Changelog version headings are currently formatted as ## 6.0.0 - YYYY-MM-DD, but the new entry uses ## [6.0.1] - .... Please keep the heading format consistent (either remove the brackets here or convert the existing entries to the bracketed style).
| ## [6.0.1] - 2026-04-20 | |
| ## 6.0.1 - 2026-04-20 |
83dcb47 to
f3991bd
Compare
No description provided.