From 656f109296e1cc7dcf539eee47610cb8911bdcd1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Nov 2022 11:52:10 +0100 Subject: [PATCH] Upgrade to Spring Framework 6.0.1 Closes gh-33286 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index c50a6e0f164a..45e8526cdb5b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1357,7 +1357,7 @@ bom { ] } } - library("Spring Framework", "6.0.1-SNAPSHOT") { + library("Spring Framework", "6.0.1") { group("org.springframework") { imports = [ "spring-framework-bom"