Skip to content

Commit 3b386e1

Browse files
Update spring security to v6.5.5
1 parent e383dd6 commit 3b386e1

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
@@ -329,8 +329,8 @@ dependencies {
329329
developmentOnly 'org.springframework.boot:spring-boot-devtools'
330330

331331
testImplementation 'com.github.hmcts:fortify-client:1.4.10:all'
332-
testImplementation 'org.springframework.security:spring-security-test:6.5.0'
333-
testRuntimeOnly('org.springframework.security:spring-security-web:6.5.0')
332+
testImplementation 'org.springframework.security:spring-security-test:6.5.5'
333+
testRuntimeOnly('org.springframework.security:spring-security-web:6.5.5')
334334
testImplementation libraries.junit5
335335

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

0 commit comments

Comments
 (0)