diff --git a/build.gradle b/build.gradle index acb5869e6..81d280bb2 100644 --- a/build.gradle +++ b/build.gradle @@ -329,8 +329,8 @@ dependencies { developmentOnly 'org.springframework.boot:spring-boot-devtools' testImplementation 'com.github.hmcts:fortify-client:1.4.10:all' - testImplementation 'org.springframework.security:spring-security-test:6.5.0' - testRuntimeOnly('org.springframework.security:spring-security-web:6.5.0') + testImplementation 'org.springframework.security:spring-security-test:6.5.5' + testRuntimeOnly('org.springframework.security:spring-security-web:6.5.5') testImplementation libraries.junit5 testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', {