Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
🧩 Analysis chain
Verify parent version 1.29.6 exists and is compatible.
The patch-level version bump from 1.29.1 to 1.29.6 is within the version constraint range specified in the
verapdf.versionproperty (lines 40:[1.29.0,1.30.0-RC)). However, ensure that:🏁 Script executed:
Length of output: 133
🌐 Web query:
💡 Result:
I couldn’t find any release or release notes for verapdf-parent version 1.29.6. The veraPDF project releases and Maven artifacts available publicly show current published versions around v1.28 / v1.28.2 (no 1.29.6), and the org.verapdf Maven namespace (including verapdf-parent) is listed on Maven Central. See the project release listings and Maven index for reference. [1][2]
If you want, I can:
Sources:
🌐 Web query:
💡 Result:
The verapdf 1.28 release series has newer patch releases — the latest published on Maven Central is 1.28.2 (released July 15, 2025). [1][2]
Sources:
Revert parent version to 1.28.2 (latest stable release).
Version 1.29.6 is a development version in the private vera-dev repository and is not a publicly released stable version. The latest published version on Maven Central is 1.28.2 (released July 15, 2025). Using an unreleased development version as a parent dependency will cause build and dependency resolution failures for users without access to the private repository.
Change line 10 from
<version>1.29.6</version>to<version>1.28.2</version>.🤖 Prompt for AI Agents