From cdc4ecf0d9c5f1805f465b221c8c854144db0636 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 14:58:20 +0000 Subject: [PATCH] Update spring security to v6.5.5 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', {