We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e383dd6 commit 3b386e1Copy full SHA for 3b386e1
build.gradle
@@ -329,8 +329,8 @@ dependencies {
329
developmentOnly 'org.springframework.boot:spring-boot-devtools'
330
331
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')
+ testImplementation 'org.springframework.security:spring-security-test:6.5.5'
+ testRuntimeOnly('org.springframework.security:spring-security-web:6.5.5')
334
testImplementation libraries.junit5
335
336
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', {
0 commit comments