Use Spring Framework 6.1.x by default
Closes gh-941
This commit is contained in:
@@ -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.+"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user