Temporary fix for test latest deps (#4682)

This commit is contained in:
Trask Stalnaker 2021-11-21 14:44:59 -08:00 committed by GitHub
parent 254a26745a
commit 2ddd01f304
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,10 @@ dependencies {
testLibrary("org.springframework.boot:spring-boot-starter-web:1.5.17.RELEASE")
testLibrary("org.springframework.boot:spring-boot-starter-security:1.5.17.RELEASE")
latestDepTestLibrary("org.springframework.boot:spring-boot-starter-test:2.5.+")
latestDepTestLibrary("org.springframework.boot:spring-boot-starter-web:2.5.+")
latestDepTestLibrary("org.springframework.boot:spring-boot-starter-security:2.5.+")
testImplementation("org.springframework.security.oauth:spring-security-oauth2:2.0.16.RELEASE")
// For spring security