Update dependency org.springframework.security:spring-security-messaging to v6.4.1

This commit is contained in:
Renovate Bot 2024-11-20 22:05:22 +00:00
parent e7e91547a2
commit f8b50f8eb0

View File

@ -18,7 +18,7 @@ configurations {
val springBootVersion = "3.2.0"
val springCloudVersion = "2022.0.5"
val springSecurityVersion = "6.4.0"
val springSecurityVersion = "6.4.1"
val testcontainersVersion = "1.20.0"
dependencies {