From 5ff34409edeadc015cf60b3cc4d155aa9015291d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 16:21:49 +0000 Subject: [PATCH] Gradle: Bump org.springframework:spring-web from 6.1.4 to 6.1.9 Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 6.1.4 to 6.1.9. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.4...v6.1.9) --- updated-dependencies: - dependency-name: org.springframework:spring-web dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b819197..0642075 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -147,7 +147,7 @@ tasks.jar { // Required versions val jacksonVersion = "2.15.3" -val springWebVersion = "6.1.4" +val springWebVersion = "6.1.9" val springBootVersion = "3.2.5" // Implementation