Skip to content

Commit a207dea

Browse files
fix(deps): update spring security to v6.5.2
1 parent 474560d commit a207dea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,8 @@ dependencies {
326326
annotationProcessor('org.hibernate.orm:hibernate-jpamodelgen:6.6.23.Final')
327327

328328
testImplementation 'com.github.hmcts:fortify-client:1.4.9:all'
329-
testImplementation 'org.springframework.security:spring-security-test:6.5.0'
330-
testRuntimeOnly('org.springframework.security:spring-security-web:6.5.0')
329+
testImplementation 'org.springframework.security:spring-security-test:6.5.2'
330+
testRuntimeOnly('org.springframework.security:spring-security-web:6.5.2')
331331
testImplementation libraries.junit5
332332

333333
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', {

0 commit comments

Comments
 (0)