diff --git a/serverpackcreator-app/build.gradle.kts b/serverpackcreator-app/build.gradle.kts
index 1dad3abd8e62789781a3aad1873f12c1edc6f2f4..8c54f415d753818e0dabffff7e5b5785c3d66274 100644
--- a/serverpackcreator-app/build.gradle.kts
+++ b/serverpackcreator-app/build.gradle.kts
@@ -55,7 +55,7 @@ dependencies {
 
     //WEB
     api("org.jetbrains.kotlin:kotlin-reflect:1.9.23")
-    api("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
+    api("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.3")
     api("org.springframework.boot:spring-boot-starter-web:3.3.2")
     api("org.springframework.boot:spring-boot-starter-log4j2:3.4.0")
     api("org.springframework.boot:spring-boot-starter-data-jpa:3.4.1")