File tree 3 files changed +3
-3
lines changed
kotlin-web-spring-boot-3-auth
kotlin-webmvc-spring-boot-3
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies {
31
31
developmentOnly(" org.springframework.boot:spring-boot-devtools:3.2.4" )
32
32
runtimeOnly(" org.postgresql:postgresql:42.7.3" )
33
33
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 .3" )
35
35
testImplementation(" org.mockito.kotlin:mockito-kotlin:5.3.1" )
36
36
}
37
37
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ dependencies {
41
41
developmentOnly(" org.springframework.boot:spring-boot-devtools:3.2.4" )
42
42
runtimeOnly(" org.postgresql:postgresql:42.7.3" )
43
43
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 .3" )
45
45
testImplementation(" org.mockito.kotlin:mockito-kotlin:5.3.1" )
46
46
}
47
47
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dependencies {
40
40
developmentOnly(" org.springframework.boot:spring-boot-devtools:3.2.4" )
41
41
runtimeOnly(" org.postgresql:postgresql:42.7.3" )
42
42
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 .3" )
44
44
testImplementation(" org.mockito.kotlin:mockito-kotlin:5.3.1" )
45
45
}
46
46
You can’t perform that action at this time.
0 commit comments