From ecf48430b458278c9bf5b5bd65a698c1987b3c44 Mon Sep 17 00:00:00 2001 From: Avgustin Marinov Date: Mon, 23 Oct 2023 13:11:26 +0300 Subject: [PATCH] Fix for CVE-2022-31690 (2) (#1460) Signed-off-by: Marinov Avgustin --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 60a6d6f28..5a825d6c1 100644 --- a/pom.xml +++ b/pom.xml @@ -146,7 +146,7 @@ 2021.0.5 2.0.0.RELEASE - 5.7.10 + 5.7.11 1.7.0 @@ -854,6 +854,12 @@ spring-plugin-core ${spring.plugin.core.version} + + + org.springframework.security + spring-security-oauth2-client + ${spring.security.oauth2.client.version} +