Skip to content

Commit

Permalink
remove latest dep version restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit committed Nov 22, 2021
1 parent f919967 commit 37898e1
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ 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 37898e1

Please sign in to comment.