Browse Source

Upgrade to Spring Framework 5.3.22

Closes gh-31613
pull/32861/head
Stephane Nicoll 4 years ago
parent
commit
585a7ca71f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -1687,7 +1687,7 @@ bom { @@ -1687,7 +1687,7 @@ bom {
]
}
}
library("Spring Framework", "5.3.22-SNAPSHOT") {
library("Spring Framework", "5.3.22") {
prohibit("[6.0.0-M1,)") {
because "we upgrade in Spring Boot 3.x"
}

Loading…
Cancel
Save