Raise the minimum support version of Spring Framework to 7.0
See gh-955
This commit is contained in:
committed by
Andy Wilkinson
parent
db16f279c2
commit
c72e32d3cb
@@ -21,10 +21,3 @@ dependencies {
|
||||
|
||||
testRuntimeOnly("org.springframework:spring-context")
|
||||
}
|
||||
|
||||
compatibilityTest {
|
||||
dependency("Spring Framework") { springFramework ->
|
||||
springFramework.groupId = "org.springframework"
|
||||
springFramework.versions = ["6.0.+", "6.2.+"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user