diff --git a/serverpackcreator-app/build.gradle.kts b/serverpackcreator-app/build.gradle.kts index 011b577e5fbd61e9176cad0c2a1da325b86670b9..36448aba69cbee5eb0b98bdc8bfae619581602c8 100644 --- a/serverpackcreator-app/build.gradle.kts +++ b/serverpackcreator-app/build.gradle.kts @@ -56,7 +56,7 @@ dependencies { //WEB api("org.jetbrains.kotlin:kotlin-reflect:1.9.23") 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-web:3.4.3") api("org.springframework.boot:spring-boot-starter-log4j2:3.4.0") api("org.springframework.boot:spring-boot-starter-data-jpa:3.4.1") api("org.postgresql:postgresql:42.7.3")