From ec71a32b0863a24b37ed95be5a2165bed2125e00 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 24 Jun 2024 19:04:01 +0000 Subject: [PATCH] Update dependency org.springframework.security:spring-security-messaging to v6.3.1 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d095f75..3d7dac2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -100,7 +100,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-web") implementation("org.springframework.cloud:spring-cloud-starter-openfeign") implementation("org.springframework.boot:spring-boot-starter-websocket") - implementation("org.springframework.security:spring-security-messaging:6.1.3") + implementation("org.springframework.security:spring-security-messaging:6.3.1") implementation("com.iqser.red.commons:storage-commons:2.49.0") implementation("com.knecon.fforesight:keycloak-commons:0.29.0") implementation("com.knecon.fforesight:swagger-commons:0.7.0")