From a1ace0853763268f35e1a76ce126039dae45fee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Fri, 1 Apr 2022 11:31:50 +0200 Subject: [PATCH] Bump sprint to version 5.2.19 See also: https://tanzu.vmware.com/security/cve-2022-22965 --- core/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/build.gradle b/core/build.gradle index ba284f1e45..75a773714a 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -113,7 +113,7 @@ configurations { } ext { - springVersion = '5.2.2.RELEASE' + springVersion = '5.2.19.RELEASE' } dependencies { @@ -126,8 +126,8 @@ dependencies { "org.springframework:spring-context:$springVersion", "org.springframework:spring-web:$springVersion", "org.springframework:spring-webmvc:$springVersion", - "org.springframework.security:spring-security-config:$springVersion", - "org.springframework.security:spring-security-web:$springVersion", + "org.springframework.security:spring-security-config:5.3.13.RELEASE", + "org.springframework.security:spring-security-web:5.3.13.RELEASE", 'com.thetransactioncompany:cors-filter:2.9.1', // Hibernate & Postgres 'org.hibernate:hibernate-core:5.4.28.Final',