From f1f6cf8b90582f3ebec65065f76c9e30c46aec56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 20:26:15 +0000 Subject: [PATCH] chore(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 4.0.3 to 4.1.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.3...v4.1.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6795be0..871f4c6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,4 +17,4 @@ jackson-databind = "tools.jackson.core:jackson-databind:3.2.1" kotlinx-metadata-jvm = "org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.9.0" logback = "ch.qos.logback:logback-classic:1.6.1" spring-webmvc = "org.springframework:spring-webmvc:7.0.8" -spring-boot-starter-web = "org.springframework.boot:spring-boot-starter-web:4.0.3" \ No newline at end of file +spring-boot-starter-web = "org.springframework.boot:spring-boot-starter-web:4.1.0" \ No newline at end of file