From 080075d44e7636d2ec2921b0b5bab97f41a04e9c Mon Sep 17 00:00:00 2001 From: Stanislav Trailov Date: Tue, 22 Aug 2023 17:09:21 +0300 Subject: [PATCH] Override spring-security-oauth2-client and h2 dependency versions to fix latest cve findings (#1419) Signed-off-by: Stanislav Trailov --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index bc0a5874d..9d3c24a22 100644 --- a/pom.xml +++ b/pom.xml @@ -135,6 +135,8 @@ 2.7.14 2021.0.5 2.0.0.RELEASE + + 5.7.10 @@ -143,6 +145,9 @@ 1.33 + + 2.2.220 + 5.0.0 @@ -835,6 +840,12 @@ spring-plugin-core ${spring.plugin.core.version} + + + org.springframework.security + spring-security-oauth2-client + ${spring.security.oauth2.client.version} +