Use Spring Framework 6.1.x by default

Closes gh-941
This commit is contained in:
Andy Wilkinson
2024-09-30 10:06:42 +01:00
parent 0ba538c7ee
commit 609bf21ef4
4 changed files with 4 additions and 4 deletions

View File

@@ -25,6 +25,6 @@ dependencies {
compatibilityTest {
dependency("Spring Framework") { springFramework ->
springFramework.groupId = "org.springframework"
springFramework.versions = ["6.1.+", "6.2.+"]
springFramework.versions = ["6.0.+", "6.2.+"]
}
}