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',