Skip to content

Commit 1c6a8ff

Browse files
authored
Merge branch 'master' into eddsa-support
2 parents 948f57e + ba29bab commit 1c6a8ff

File tree

3 files changed

+350
-386
lines changed

3 files changed

+350
-386
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ buildscript {
2626
httpBuilderVersion = '0.7.2'
2727

2828
//Libraries
29-
webauthn4jVersion = '0.20.0-SNAPSHOT'
29+
webauthn4jVersion = '0.20.0.RELEASE'
3030
springSecurityVersion = '5.7.1'
3131
hibernateValidatorVersion = '6.2.3.Final'
3232
thymeleafVersion = '3.0.4.RELEASE'
@@ -43,7 +43,7 @@ buildscript {
4343
webDriverManagerVersion = '5.2.0'
4444
// To use WebAuthn WebDriver extension, alpha release is used here.
4545
// When stable version is released, and Spring Boot BOM includes it, this need to be removed.
46-
seleniumVersion = '4.1.4'
46+
seleniumVersion = '4.2.1'
4747
}
4848

4949
repositories {

0 commit comments

Comments
 (0)