File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
fido-server-conformance-test-app Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717buildscript {
1818 ext{
1919 // Plugins
20- springBootVersion = ' 2.7.5 '
20+ springBootVersion = ' 2.7.8 '
2121 sonarqubeVersion = ' 3.5.0.2730'
2222 asciidoctorGradleVersion = " 3.3.2"
2323 artifactoryVersion = ' 4.31.0'
@@ -27,8 +27,8 @@ buildscript {
2727
2828 // Libraries
2929 webauthn4jVersion = ' 0.20.6.RELEASE'
30- springSecurityVersion = ' 5.7.5 '
31- hibernateValidatorVersion = ' 6.2.4 .Final'
30+ springSecurityVersion = ' 5.7.6 '
31+ hibernateValidatorVersion = ' 6.2.5 .Final'
3232 thymeleafVersion = ' 3.0.4.RELEASE'
3333 modelMapperVersion = ' 3.1.1'
3434
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies {
4242 implementation(' org.flywaydb:flyway-core' )
4343 runtimeOnly(' ch.qos.logback:logback-classic' )
4444 runtimeOnly(' com.h2database:h2' )
45- runtimeOnly(' mysql:mysql-connector-java ' )
45+ runtimeOnly(' com. mysql:mysql-connector-j ' )
4646 runtimeOnly(" org.lazyluke:log4jdbc-remix" )
4747
4848 // Test
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
4444 implementation(' org.flywaydb:flyway-core' )
4545 runtimeOnly(' ch.qos.logback:logback-classic' )
4646 runtimeOnly(' com.h2database:h2' )
47- runtimeOnly(' mysql:mysql-connector-java ' )
47+ runtimeOnly(' com. mysql:mysql-connector-j ' )
4848 runtimeOnly(" org.lazyluke:log4jdbc-remix" )
4949
5050 // Test
You can’t perform that action at this time.
0 commit comments