Skip to content

STTRS-3004 update libs - #46

Merged
GreenRover merged 1 commit into
masterfrom
feature/STTRS-3004_update_libs
Apr 21, 2026
Merged

GreenRover merged 1 commit into
masterfrom
feature/STTRS-3004_update_libs

Conversation

@GreenRover

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.1 and updated maven-source-plugin to 3.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.1 changelog 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.

Comment thread pom.xml
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>

Copilot AI Apr 20, 2026

Copy link

Choose a reason for hiding this comment

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

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 '<'.

Suggested change
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>

Copilot uses AI. Check for mistakes.
Comment thread README.md Outdated
Comment on lines 11 to 12
| 2025.1.1 | 6.0.1 | 4.0.2 | 10.29.0 |
| 2025.1.1 | 6.0.0 | 4.0.2 | 10.29.0 |

Copilot AI Apr 20, 2026

Copy link

Choose a reason for hiding this comment

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

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).

Suggested change
| 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 |

Copilot uses AI. Check for mistakes.
Comment thread CHANGELOG.md Outdated
@@ -1,9 +1,13 @@
# Changelog
# Changelog

Copilot AI Apr 20, 2026

Copy link

Choose a reason for hiding this comment

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

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 '#'.

Suggested change
# Changelog
# Changelog

Copilot uses AI. Check for mistakes.
Comment thread CHANGELOG.md
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

Copilot AI Apr 20, 2026

Copy link

Choose a reason for hiding this comment

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

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).

Suggested change
## [6.0.1] - 2026-04-20
## 6.0.1 - 2026-04-20

Copilot uses AI. Check for mistakes.
@GreenRover
GreenRover force-pushed the feature/STTRS-3004_update_libs branch from 83dcb47 to f3991bd Compare April 21, 2026 08:43
@GreenRover
GreenRover merged commit d455e42 into master Apr 21, 2026
2 of 3 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.

4 participants