From 5a973b97239b840369a459390fa8dae43437e1ec Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Sun, 18 Dec 2022 21:15:05 +0100 Subject: [PATCH] Upgrade to Spring Framework 6.0.3 Closes gh-33476 --- 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 3bb1e49c9e..7b0ae8d7b9 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.3-SNAPSHOT") { + library("Spring Framework", "6.0.3") { group("org.springframework") { imports = [ "spring-framework-bom"