Skip to content

Commit cef18bd

Browse files
authored
Merge pull request #3 from webauthn4j/master
Synchronization with upstream project
2 parents 32664e0 + d0e25f4 commit cef18bd

File tree

4 files changed

+982
-214
lines changed

4 files changed

+982
-214
lines changed

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,24 @@
1717
buildscript {
1818
ext{
1919
//Plugins
20-
springBootVersion = '2.7.8'
21-
sonarqubeVersion = '3.5.0.2730'
20+
springBootVersion = '2.7.9'
21+
sonarqubeVersion = '4.0.0.2929'
2222
asciidoctorGradleVersion = "3.3.2"
23-
artifactoryVersion = '4.31.0'
23+
artifactoryVersion = '4.31.5'
2424
bintrayVersion = '1.8.5'
25-
owaspDependencyCheckVersion = '8.0.2'
25+
owaspDependencyCheckVersion = '8.1.0'
2626
httpBuilderVersion = '0.7.2'
2727

2828
//Libraries
29-
webauthn4jVersion = '0.20.8.RELEASE'
29+
webauthn4jVersion = '0.21.0.RELEASE'
3030
springSecurityVersion = '5.7.6'
3131
hibernateValidatorVersion = '6.2.5.Final'
3232
thymeleafVersion = '3.0.4.RELEASE'
3333
modelMapperVersion = '3.1.1'
3434

3535
bootstrapVersion = '5.2.3'
3636
jqueryVersion = '3.6.3'
37-
fontAwesomeVersion = '6.2.1'
37+
fontAwesomeVersion = '6.3.0'
3838
webjarsLocatorVersion = '0.46'
3939

4040
log4jdbcVersion = '0.2.7'
@@ -43,7 +43,7 @@ buildscript {
4343
webDriverManagerVersion = '5.3.2'
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.8.0'
46+
seleniumVersion = '4.8.1'
4747

4848
// To make the test pass without errors NoClassDefFoundError in samples/fido-server-conformance-test-app
4949
// There is a compatibility issue between the versions of SLF4J/Logback used by webauthn4j and the versions used by Spring Boot 2.7.x

0 commit comments

Comments
 (0)