@@ -35,9 +35,11 @@ repositories {
3535 mavenCentral()
3636}
3737
38+
39+
3840dependencies {
3941 // DigitalSanctuary Spring User Framework
40- implementation ' com.digitalsanctuary:ds-spring-user-framework:3.3.1 -SNAPSHOT'
42+ implementation ' com.digitalsanctuary:ds-spring-user-framework:3.4.0 -SNAPSHOT'
4143
4244 // Spring Boot starters
4345 implementation ' org.springframework.boot:spring-boot-starter-actuator'
@@ -58,7 +60,7 @@ dependencies {
5860
5961 // Runtime dependencies
6062 runtimeOnly ' org.springframework.boot:spring-boot-devtools'
61- runtimeOnly ' org.mariadb.jdbc:mariadb-java-client:3.5.4 '
63+ runtimeOnly ' org.mariadb.jdbc:mariadb-java-client:3.5.5 '
6264 runtimeOnly ' org.postgresql:postgresql'
6365
6466 // Utility libraries
@@ -78,14 +80,14 @@ dependencies {
7880 testImplementation ' org.springframework.boot:spring-boot-starter-test'
7981 testImplementation ' org.springframework.security:spring-security-test'
8082 testImplementation ' com.h2database:h2:2.3.232'
81- testImplementation group : ' com.codeborne' , name : ' selenide' , version : ' 7.9.4 '
82- testImplementation group : ' io.github.bonigarcia' , name : ' webdrivermanager' , version : ' 6.1 .1'
83+ testImplementation ' com.codeborne: selenide:7.10.0 '
84+ testImplementation ' io.github.bonigarcia: webdrivermanager:6.3 .1'
8385
8486 // OAuth2 Testing dependencies
8587 testImplementation ' com.github.tomakehurst:wiremock-jre8-standalone:3.0.1'
86- testImplementation ' io.jsonwebtoken:jjwt-api:0.12.3 '
87- testRuntimeOnly ' io.jsonwebtoken:jjwt-impl:0.12.3 '
88- testRuntimeOnly ' io.jsonwebtoken:jjwt-jackson:0.12.3 '
88+ testImplementation ' io.jsonwebtoken:jjwt-api:0.13.0 '
89+ testRuntimeOnly ' io.jsonwebtoken:jjwt-impl:0.13.0 '
90+ testRuntimeOnly ' io.jsonwebtoken:jjwt-jackson:0.13.0 '
8991}
9092
9193test {
0 commit comments