From 5e876e28e6f7f74b4fe31010d6165f36ac85e398 Mon Sep 17 00:00:00 2001
From: jasperan <23caj23@gmail.com>
Date: Wed, 8 Jan 2025 23:14:15 +0100
Subject: [PATCH] fix: fixed high vulnerability CVEs
---
.idea/springai-rag-db23ai.iml | 9 ++++++++
pom.xml | 40 +++++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
create mode 100644 .idea/springai-rag-db23ai.iml
diff --git a/.idea/springai-rag-db23ai.iml b/.idea/springai-rag-db23ai.iml
new file mode 100644
index 0000000..d6ebd48
--- /dev/null
+++ b/.idea/springai-rag-db23ai.iml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index ffccb6c..bf87cba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,6 +21,46 @@
+
+
+ ch.qos.logback
+ logback-classic
+ 1.4.14
+
+
+ ch.qos.logback
+ logback-core
+ 1.4.14
+
+
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ 2.15.3
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-jdk8
+ 2.15.3
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-jsr310
+ 2.15.3
+
+
+ com.fasterxml.jackson.module
+ jackson-module-parameter-names
+ 2.15.3
+
+
+
+
+ org.apache.commons
+ commons-compress
+ 1.24.0
+
org.springframework.ai
spring-ai-bom