From c2303fe2cac20ae2137778c6556e172f829c4c98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 04:20:06 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom from 5.3.31 to 6.1.5 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 5.3.31 to 6.1.5. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.1.5) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom dependency-type: direct:production update-type: version-update:semver-major ... 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 0032a33..6b89816 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -40,7 +40,7 @@ repositories { val swaggerVersion = "3.0.0" dependencies { - implementation(platform("org.springframework:spring-framework-bom:5.3.31")) + implementation(platform("org.springframework:spring-framework-bom:6.1.5")) implementation("org.apache.tomcat.embed:tomcat-embed-jasper:9.0.84") implementation("org.springframework:spring-webmvc") implementation("com.fasterxml.jackson.core:jackson-databind:2.17.0")