We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6593bee commit 3edabceCopy full SHA for 3edabce
gradle/libs.versions.toml
@@ -13,6 +13,7 @@ org-jetbrains-kotlinx = "1.10.2"
13
org-mockito = "5.17.0"
14
org-opensaml5 = "5.1.6"
15
org-springframework = "7.0.0-M8"
16
+com-password4j = "1.8.2"
17
18
[libraries]
19
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"
99
100
101
spring-nullability = 'io.spring.nullability:io.spring.nullability.gradle.plugin:0.0.4'
102
webauthn4j-core = 'com.webauthn4j:webauthn4j-core:0.29.6.RELEASE'
103
+com-password4j-password4j = { module = "com.password4j:password4j", version.ref = "com-password4j" }
104
105
[plugins]
106
0 commit comments