Skip to content

Commit ec63f8f

Browse files
Update spring security to v6.5.2
1 parent 59c5b69 commit ec63f8f

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
@@ -92,7 +92,7 @@ def versions = [
9292
shedlock : '6.9.2',
9393
hibernate : '6.6.22.Final',
9494
jupiter : '5.13.4',
95-
springSecurity : '6.5.1'
95+
springSecurity : '6.5.2'
9696
]
9797

9898
ext['hibernate.version'] = versions.hibernate
@@ -165,7 +165,7 @@ dependencies {
165165
exclude(module: 'commons-logging')
166166
}
167167

168-
testImplementation group: 'org.springframework.security', name: 'spring-security-test', version: '6.5.1'
168+
testImplementation group: 'org.springframework.security', name: 'spring-security-test', version: '6.5.2'
169169
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: versions.jupiter
170170
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: versions.jupiter
171171
testImplementation group: 'jakarta.xml.bind', name: 'jakarta.xml.bind-api', version: '4.0.2'

0 commit comments

Comments
 (0)