Update to Spring Framework 5.3.39

Closes gh-954
This commit is contained in:
Josh Cummings
2024-11-14 11:26:29 -07:00
parent 0cfc5805cf
commit aa6ecdb9e8

View File

@@ -20,7 +20,7 @@ dependencies {
api platform("org.springframework:spring-framework-bom:$springFrameworkVersion")
api platform("org.springframework.data:spring-data-bom:$springDataVersion")
} else {
api platform("org.springframework:spring-framework-bom:5.3.21")
api platform("org.springframework:spring-framework-bom:5.3.39")
api platform("org.springframework.data:spring-data-bom:2021.1.4")
}
api platform("org.junit:junit-bom:5.8.2")