build(deps): bump org.passay:passay from 1.6.6 to 2.0.0#1082
Merged
Conversation
Contributor
|
We have a Jira Issue to migrate passay from 1.6 to 2.0. |
c89545c to
cb02ed6
Compare
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>
- Updated the imports for the classes that have been reorganized into sub-packages in 2.0.0. - PasswordGenerator's API is now stateful (length and rules are constructor arguments) and generates via generate() rather than generatePassword(). Changed PassayConfiguration to expose a SecureRandom bean so that the configured RNG is passed explicitly to each PasswordGenerator instance. ai-assisted=yes TNZ-93002
cb02ed6 to
20da668
Compare
Contributor
|
I made the necessary change to migrate from passay 1.6 to 2.0 in the new commit. As this PR was originally created by the dependabot, I can accept it as it is myself to merge, but I'd like get it reviewed by at least 1 person. |
dlinsley
approved these changes
May 12, 2026
Contributor
dlinsley
left a comment
There was a problem hiding this comment.
looks reasonable, thanks for finding and resolving the breaking changes for this dependency update.
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.
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 methods