From 1898ba64b003effab3a215f2081a0929346816bb Mon Sep 17 00:00:00 2001 From: NivinCS Date: Thu, 21 Nov 2024 16:16:34 +0530 Subject: [PATCH] Fix spring jar security vulnerabilities --- presto-benchto-benchmarks/pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/presto-benchto-benchmarks/pom.xml b/presto-benchto-benchmarks/pom.xml index af4b80b4b1744..07afc74cce664 100644 --- a/presto-benchto-benchmarks/pom.xml +++ b/presto-benchto-benchmarks/pom.xml @@ -26,6 +26,28 @@ com.teradata.benchto benchto-driver 0.4 + + + org.springframework + spring-web + + + org.springframework.boot + spring-boot + + + org.springframework + spring-core + + + org.springframework.boot + spring-boot-autoconfigure + + + org.springframework + spring-beans + +