Skip to content

Commit

Permalink
Temporary fix for test latest deps (open-telemetry#4682)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored and RashmiRam committed May 23, 2022
1 parent b3db61e commit 2863b83
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2863b83

Please sign in to comment.