From 51c45d5b102bb5f74a1bdea3ebfe2c5a8cca3cb5 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Mon, 4 Apr 2022 11:08:36 +0200 Subject: [PATCH] Switch to Spring Framework 5.3.19-SNAPSHOT See gh-30518 --- 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 94e40c56fe2..0e6995254fb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1705,7 +1705,7 @@ bom { ] } } - library("Spring Framework", "5.3.18") { + library("Spring Framework", "5.3.19-SNAPSHOT") { prohibit("[6.0.0-M1,)") { because "we upgrade in Spring Boot 3.x" }