diff --git a/.trivyignore b/.trivyignore
index be8035e..6e51a5c 100644
--- a/.trivyignore
+++ b/.trivyignore
@@ -1 +1,4 @@
-CVE-2023-39017
\ No newline at end of file
+# Ignoring the below vulnerabilities, to be reviewed later
+CVE-2023-39017
+CVE-2023-2976 #Medium
+CVE-2023-33201 #Medium
diff --git a/pom.xml b/pom.xml
index b8c96ab..922a57b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.7.13
+ 2.7.18
org.bahmni
@@ -15,7 +15,10 @@
event-router-service
17
- 3.20.6
+ 3.21.2
+ 1.53.0
+ 2.17.1
+
@@ -28,10 +31,21 @@
org.yaml
snakeyaml
+
+ org.apache.logging.log4j
+ log4j-to-slf4j
+
+
+ ch.qos.logback
+ logback-classic
+
-
-
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ ${log4j.slf4j.version}
+
org.projectlombok
lombok
@@ -67,6 +81,17 @@
org.apache.camel.springboot
camel-google-pubsub-starter
+
+
+ io.grpc
+ grpc-protobuf
+
+
+
+
+ io.grpc
+ grpc-protobuf
+ ${grpc.protobuf.version}
@@ -117,19 +142,6 @@
${camel-spring-boot.version}
pom
import
-
-
- org.apache.activemq
- activemq-openwire-legacy
-
-
-
-
- org.apache.activemq
- activemq-openwire-legacy
- 5.16.7
- pom
- import