chore(deps): bump org.passay:passay from 1.6.6 to 2.0.0#298
chore(deps): bump org.passay:passay from 1.6.6 to 2.0.0#298devondragon merged 2 commits intomainfrom
Conversation
Bumps [org.passay:passay](https://github.com/vt-middleware/passay) from 1.6.6 to 2.0.0. - [Release notes](https://github.com/vt-middleware/passay/releases) - [Commits](vt-middleware/passay@v1.6.6...v2.0.0) --- updated-dependencies: - dependency-name: org.passay:passay dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Passay 2.0 reorganized packages (rules under org.passay.rule, character data under org.passay.data), made PasswordValidator an interface with DefaultPasswordValidator impl, and changed validate() to return ValidationResult with getMessages() directly on the result.
PR Review: passay 1.6.6 → 2.0.0 upgrade
SummaryThis is a clean Dependabot dependency upgrade from passay 1.6.6 to 2.0.0. The passay 2.0.0 release is a major version bump that reorganized the package structure and updated the API, and the code changes here correctly adapt to those breaking changes. What Changed
AssessmentStrengths:
Minor observations (non-blocking):
Verdict✅ The migration is correct and complete. No functional regressions expected. The minor issues above are all pre-existing or cosmetic and don't warrant blocking the upgrade. |
Bumps org.passay:passay from 1.6.6 to 2.0.0.
Release notes
Sourced from org.passay:passay's releases.
Commits
4243583Update version for 2.0.0 release.41e836aFix distribution assemblyd727965Release script fixes.a8f8160Remove creation of test jars.519b40dFix release script.391985dImprove readme.61b48eeLock on the instance, not the class.e521ee3Remove duplicate rule.719a53eRemove RepeatCharacterRegexRule. (#185)d450973Add missing getter methodsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)