Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ updates:
# jackson-bom >= 2.22.1 (or 2.23.0) lands on Central with full module sync.
- dependency-name: "com.fasterxml.jackson:jackson-bom"
versions: ["2.22.0"]
# central-publishing-maven-plugin 0.10.0 is a 3-minor jump (0.7 → 0.10) on
# the plugin that publishes Maven Central artefacts (the v1.6.6 release
# used 0.7.0). Block this version until the release profile is validated
# against 0.10.x in a focused PR; remove this entry once that work lands.
- dependency-name: "org.sonatype.central:central-publishing-maven-plugin"
versions: ["0.10.0"]

- package-ecosystem: github-actions
directory: "/"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ Housekeeping cycle plus the public pixel-level visual-regression API (Track N).
public `com.demcha.compose.testing.*` helpers (`testing.layout` + `testing.visual`)
in addition to the canonical `document` API, so Javadoc regressions on the
testing surface fail fast in CI. No artifact or behaviour change.
- Bumped `central-publishing-maven-plugin` 0.9.0 → 0.10.0 (the Maven Central
publishing plugin) and removed the Dependabot block on 0.10.0; the
release-profile build is verified locally and the Central upload is exercised
at the next publish.

## v1.6.8 — 2026-06-01

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<byteBuddy.version>1.18.9</byteBuddy.version>

<!-- Build plugins -->
<central.publishing.plugin.version>0.9.0</central.publishing.plugin.version>
<central.publishing.plugin.version>0.10.0</central.publishing.plugin.version>
<maven.compiler.plugin.version>3.15.0</maven.compiler.plugin.version>
<maven.enforcer.plugin.version>3.6.3</maven.enforcer.plugin.version>
<maven.gpg.plugin.version>3.2.8</maven.gpg.plugin.version>
Expand Down