11plugins {
22 id ' java'
3- id ' org.springframework.boot' version ' 3.4.5 '
3+ id ' org.springframework.boot' version ' 3.5.3 '
44 id ' io.spring.dependency-management' version ' 1.1.7'
55 id " com.github.ben-manes.versions" version " 0.52.0"
66
@@ -37,7 +37,7 @@ repositories {
3737
3838dependencies {
3939 // DigitalSanctuary Spring User Framework
40- implementation ' com.digitalsanctuary:ds-spring-user-framework:3.2.2 '
40+ implementation ' com.digitalsanctuary:ds-spring-user-framework:3.2.3 '
4141
4242 // Spring Boot starters
4343 implementation ' org.springframework.boot:spring-boot-starter-actuator'
@@ -54,7 +54,7 @@ dependencies {
5454 implementation ' nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:3.4.0'
5555
5656 // OpenAPI (Swagger)
57- implementation ' org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.8 '
57+ implementation ' org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.9 '
5858
5959 // Runtime dependencies
6060 runtimeOnly ' org.springframework.boot:spring-boot-devtools'
@@ -78,7 +78,7 @@ dependencies {
7878 testImplementation ' org.springframework.boot:spring-boot-starter-test'
7979 testImplementation ' org.springframework.security:spring-security-test'
8080 testImplementation ' com.h2database:h2:2.3.232'
81- testImplementation group : ' com.codeborne' , name : ' selenide' , version : ' 7.9.2 '
81+ testImplementation group : ' com.codeborne' , name : ' selenide' , version : ' 7.9.3 '
8282 testImplementation group : ' io.github.bonigarcia' , name : ' webdrivermanager' , version : ' 6.1.0'
8383}
8484
0 commit comments