Skip to content

Commit 898d15e

Browse files
authored
Merge pull request #417 from webauthn4j/update-webauthn4j-to-0.13.0
Update WebAuthn4J to 0.13.0.RELEASE
2 parents 8521ddd + 521b20a commit 898d15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ configure(allJavaProjects) {
186186
maven { url "https://oss.jfrog.org/artifactory/libs-snapshot" }
187187
}
188188

189-
def webauthn4jVersion = '0.13.0-SNAPSHOT'
189+
def webauthn4jVersion = '0.13.0.RELEASE'
190190
def springSecurityVersion = '5.3.4.RELEASE'
191191
def springBootVersion = '2.3.1.RELEASE'
192192
def hibernateValidatorVersion = '6.1.5.Final'

0 commit comments

Comments
 (0)