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 474560d commit a207deaCopy full SHA for a207dea
build.gradle
@@ -326,8 +326,8 @@ dependencies {
326
annotationProcessor('org.hibernate.orm:hibernate-jpamodelgen:6.6.23.Final')
327
328
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')
+ testImplementation 'org.springframework.security:spring-security-test:6.5.2'
+ testRuntimeOnly('org.springframework.security:spring-security-web:6.5.2')
331
testImplementation libraries.junit5
332
333
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', {
0 commit comments