diff --git a/pom.xml b/pom.xml
index a0e0ce475cfb99a6b3462ca16fce6c99bc832943..5aa6652498554ac4e2b3a57202278649920a32a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,6 +93,12 @@
 			<scope>runtime</scope>
 			<optional>true</optional>
 		</dependency>
+		
+		<dependency>
+		    <groupId>org.springframework.boot</groupId>
+		    <artifactId>spring-boot-starter-actuator</artifactId>
+		    <version>3.3.4</version>
+		</dependency>
 
 		<!-- Spring Validation -->
 		<dependency>