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 8521ddd commit 521b20aCopy full SHA for 521b20a
build.gradle
@@ -186,7 +186,7 @@ configure(allJavaProjects) {
186
maven { url "https://oss.jfrog.org/artifactory/libs-snapshot" }
187
}
188
189
- def webauthn4jVersion = '0.13.0-SNAPSHOT'
+ def webauthn4jVersion = '0.13.0.RELEASE'
190
def springSecurityVersion = '5.3.4.RELEASE'
191
def springBootVersion = '2.3.1.RELEASE'
192
def hibernateValidatorVersion = '6.1.5.Final'
0 commit comments