Skip to content

Commit 3edabce

Browse files
Add password4j implementation of PasswordEncoder
Closes gh-17706 Signed-off-by: Mehrdad <[email protected]> Signed-off-by: M.Bozorgmehr <[email protected]>
1 parent 6593bee commit 3edabce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ org-jetbrains-kotlinx = "1.10.2"
1313
org-mockito = "5.17.0"
1414
org-opensaml5 = "5.1.6"
1515
org-springframework = "7.0.0-M8"
16+
com-password4j = "1.8.2"
1617

1718
[libraries]
1819
ch-qos-logback-logback-classic = "ch.qos.logback:logback-classic:1.5.18"
@@ -99,6 +100,7 @@ org-instancio-instancio-junit = "org.instancio:instancio-junit:3.7.1"
99100

100101
spring-nullability = 'io.spring.nullability:io.spring.nullability.gradle.plugin:0.0.4'
101102
webauthn4j-core = 'com.webauthn4j:webauthn4j-core:0.29.6.RELEASE'
103+
com-password4j-password4j = { module = "com.password4j:password4j", version.ref = "com-password4j" }
102104

103105
[plugins]
104106

0 commit comments

Comments
 (0)