Fix testLatestDeps lint error (#5219)

This commit is contained in:
Trask Stalnaker 2022-01-25 13:18:35 -08:00 committed by GitHub
parent efc5dc720a
commit 87d26ae185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ dependencies {
testLibrary("org.eclipse.jetty:jetty-servlet:11.0.0")
testLibrary("org.apache.tomcat.embed:tomcat-embed-core:10.0.0")
testLibrary("org.apache.tomcat.embed:tomcat-embed-jasper:10.0.0")
// Tomcat 10.1 requires Java 11
latestDepTestLibrary("org.apache.tomcat.embed:tomcat-embed-core:10.0.+")
latestDepTestLibrary("org.apache.tomcat.embed:tomcat-embed-jasper:10.0.+")
}
tasks.withType<Test>().configureEach {