diff --git a/pom.xml b/pom.xml
index fd53988b5de25777a300e491c55d63eed8ced765..df12ce1f4f18ad9bfe9006cb874f38ca139ddba0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.springframework.boot</groupId>
     <artifactId>spring-boot-starter-parent</artifactId>
-    <version>2.7.3</version>
+    <version>2.7.4</version>
     <relativePath/> <!-- lookup parent from repository -->
   </parent>
   <groupId>org.openepics</groupId>
@@ -53,7 +53,7 @@
     <dependency>
         <groupId>org.apache.poi</groupId>
         <artifactId>poi-ooxml</artifactId>
-        <version>5.2.2</version>
+        <version>5.2.3</version>
     </dependency>
     <dependency>
         <groupId>com.google.guava</groupId>
@@ -63,7 +63,7 @@
     <dependency>
       <groupId>com.github.spotbugs</groupId>
       <artifactId>spotbugs-annotations</artifactId>
-      <version>4.7.1</version>
+      <version>4.7.2</version>
       <scope>provided</scope>
     </dependency>