diff --git a/serverpackcreator-app/build.gradle.kts b/serverpackcreator-app/build.gradle.kts index 99f3ca47f..33b984907 100644 --- a/serverpackcreator-app/build.gradle.kts +++ b/serverpackcreator-app/build.gradle.kts @@ -57,7 +57,7 @@ dependencies { api("org.jetbrains.kotlin:kotlin-reflect:1.9.23") api("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.1") api("org.springframework.boot:spring-boot-starter-web:3.3.2") - api("org.springframework.boot:spring-boot-starter-log4j2:3.3.2") + api("org.springframework.boot:spring-boot-starter-log4j2:3.4.0") api("org.springframework.boot:spring-boot-starter-data-jpa:3.3.5") api("org.postgresql:postgresql:42.7.3") api("org.javassist:javassist:3.30.2-GA")