chore: bump version to 12.0.1 - #24
Merged
Merged
Conversation
Dependency-only patch release: org.bouncycastle:bcprov-jdk18on 1.78 -> 1.84 (#23). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
aftership-abas
self-requested a review
July 27, 2026 08:54
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What
Version bump
12.0.0→12.0.1for a dependency-only patch release, updated in all four places the version appears:pom.xmlartifact versionREADME.md(SDK Version line + maven dependency snippet)HttpClient.javauser-agent stringWhy
#23 bumped
org.bouncycastle:bcprov-jdk18on1.78 → 1.84 (security update); publishing it to Maven Central requires a new release.Verification
mvn clean packagepasses, producestracking-sdk-12.0.1.jar(Java 8 target).Auth.getRsaSign,SHA256withRSA/PSS) produces signatures that verify with the pure-JDKRSASSA-PSSverifier, identical behavior to 1.78; live read-only smoke (GetCouriers / GetTrackings) passed with the 1.84-built jar.After merge: create release
12.0.1(themaven-publish.ymlworkflow publishes on release creation).🤖 Generated with Claude Code