File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ def versions = [
9292 shedlock : ' 6.9.2' ,
9393 hibernate : ' 6.6.22.Final' ,
9494 jupiter : ' 5.13.4' ,
95- springSecurity : ' 6.5.1 '
95+ springSecurity : ' 6.5.2 '
9696]
9797
9898ext[' hibernate.version' ] = versions. hibernate
@@ -165,7 +165,7 @@ dependencies {
165165 exclude(module : ' commons-logging' )
166166 }
167167
168- testImplementation group : ' org.springframework.security' , name : ' spring-security-test' , version : ' 6.5.1 '
168+ testImplementation group : ' org.springframework.security' , name : ' spring-security-test' , version : ' 6.5.2 '
169169 testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : versions. jupiter
170170 testRuntimeOnly group : ' org.junit.jupiter' , name : ' junit-jupiter-engine' , version : versions. jupiter
171171 testImplementation group : ' jakarta.xml.bind' , name : ' jakarta.xml.bind-api' , version : ' 4.0.2'
You can’t perform that action at this time.
0 commit comments