Document spring-rmi latest dep limit (#7774)

This commit is contained in:
Lauri Tulmin 2023-02-09 18:07:24 +02:00 committed by GitHub
parent 8b552db495
commit c5649cc987
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -21,9 +21,10 @@ dependencies {
library("org.springframework:spring-aop:4.0.0.RELEASE")
testLibrary("org.springframework.boot:spring-boot:1.1.0.RELEASE")
latestDepTestLibrary("org.springframework:spring-context:5.+")
latestDepTestLibrary("org.springframework:spring-aop:5.+")
latestDepTestLibrary("org.springframework.boot:spring-boot:2.+")
// rmi remoting was removed in spring 6
latestDepTestLibrary("org.springframework:spring-context:5.+") // documented limitation
latestDepTestLibrary("org.springframework:spring-aop:5.+") // documented limitation
latestDepTestLibrary("org.springframework.boot:spring-boot:2.+") // documented limitation
}
tasks.withType<Test>().configureEach {