-
Notifications
You must be signed in to change notification settings - Fork 1
Bump actions/setup-java from v5 to v6 across CI workflows #183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,6 +11,9 @@ The release procedure (prompt template and step-by-step instructions) lives in [ | |
|
|
||
| ## [Unreleased] | ||
|
|
||
| ### Changed | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Changelog entry properly formatted and placed in the Unreleased section under a new Changed category. Entry clearly documents the version bump. |
||
| - CI actions bumped to latest: `actions/setup-java` v5 → v6. | ||
|
|
||
| ### Fixed | ||
| - Bumped `jackson.version` 2.22.0 → 2.22.1 (`jackson-databind` / `jackson-dataformat-yaml`, | ||
| pinned in the parent `pom.xml`) to close | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -364,7 +364,7 @@ assume it has already been updated. | |
| |---|---|---| | ||
| | `net.ladenthin:llama` | 5.0.6 | `srcmorph` (`provider` package only) — llama.cpp JNI binding | | ||
| | `org.slf4j:slf4j-api` | 2.0.18 (converged in the parent) | `srcmorph`, `srcmorph-cli`, the plugin | | ||
| | `ch.qos.logback:logback-classic` | 1.6.1 (converged in the parent) | `srcmorph-cli` (runtime binding) | | ||
| | `ch.qos.logback:logback-classic` | 1.6.3 (converged in the parent) | `srcmorph-cli` (runtime binding) | | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Logback-classic version correctly documented as 1.6.3, matching the pinned version in pom.xml. Documentation is now in sync with dependencies. |
||
| | `com.fasterxml.jackson.core:jackson-databind` | pinned in parent | `srcmorph-cli` (JSON config) | | ||
| | `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` | pinned in parent | `srcmorph-cli` (YAML config) | | ||
| | `org.apache.maven:maven-plugin-api` | 3.9.16 | `srcmorph-maven-plugin` (provided) | | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified: setup-java updated from v5 to v6. Configuration (java-version: 21, distribution: temurin) is compatible with v6.