File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
kotlin-web-spring-boot-3-auth
kotlin-webmvc-spring-boot-3 Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies {
3131 developmentOnly(" org.springframework.boot:spring-boot-devtools:3.2.4" )
3232 runtimeOnly(" org.postgresql:postgresql:42.7.3" )
3333 testImplementation(" org.springframework.boot:spring-boot-starter-test:3.2.4" )
34- testImplementation(" org.springframework.security:spring-security-test:6.2.3 " )
34+ testImplementation(" org.springframework.security:spring-security-test:6.3.1 " )
3535 testImplementation(" org.mockito.kotlin:mockito-kotlin:5.3.1" )
3636}
3737
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ dependencies {
4141 developmentOnly(" org.springframework.boot:spring-boot-devtools:3.2.4" )
4242 runtimeOnly(" org.postgresql:postgresql:42.7.3" )
4343 testImplementation(" org.springframework.boot:spring-boot-starter-test:3.2.4" )
44- testImplementation(" org.springframework.security:spring-security-test:6.2.3 " )
44+ testImplementation(" org.springframework.security:spring-security-test:6.3.1 " )
4545 testImplementation(" org.mockito.kotlin:mockito-kotlin:5.3.1" )
4646}
4747
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dependencies {
4040 developmentOnly(" org.springframework.boot:spring-boot-devtools:3.2.4" )
4141 runtimeOnly(" org.postgresql:postgresql:42.7.3" )
4242 testImplementation(" org.springframework.boot:spring-boot-starter-test:3.2.4" )
43- testImplementation(" org.springframework.security:spring-security-test:6.2.3 " )
43+ testImplementation(" org.springframework.security:spring-security-test:6.3.1 " )
4444 testImplementation(" org.mockito.kotlin:mockito-kotlin:5.3.1" )
4545}
4646
You can’t perform that action at this time.
0 commit comments