From c98428859f8f2582b06b6bf9e30f8b677e2755f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 20:43:53 +0000 Subject: [PATCH] chore(deps): Bump org.springframework:spring-webmvc from 7.0.5 to 7.0.6 Bumps [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework) from 7.0.5 to 7.0.6. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.5...v7.0.6) --- updated-dependencies: - dependency-name: org.springframework:spring-webmvc dependency-version: 7.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... 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 b3f33af..a24b1b3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,5 +16,5 @@ gradle-plugin-plugin = "com.gradle.plugin-publish:com.gradle.plugin-publish.grad jackson-databind = "tools.jackson.core:jackson-databind:3.0.4" kotlinx-metadata-jvm = "org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.9.0" logback = "ch.qos.logback:logback-classic:1.5.32" -spring-webmvc = "org.springframework:spring-webmvc:7.0.5" +spring-webmvc = "org.springframework:spring-webmvc:7.0.6" spring-boot-starter-web = "org.springframework.boot:spring-boot-starter-web:4.0.3" \ No newline at end of file