From 115b8f22edfe0cc3474357173e0ee8009a826561 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 1 Mar 2025 18:44:43 +0000
Subject: [PATCH] build(deps): bump
 org.springframework.boot:spring-boot-starter-web

Bumps [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 3.3.2 to 3.4.3.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.2...v3.4.3)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 serverpackcreator-app/build.gradle.kts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/serverpackcreator-app/build.gradle.kts b/serverpackcreator-app/build.gradle.kts
index 011b577e..36448aba 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")
-- 
GitLab