Remove grails lates dep restriction (#5025)

This commit is contained in:
Lauri Tulmin 2022-01-06 18:56:41 +02:00 committed by GitHub
parent c45b4ea5be
commit acaa5e687a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -43,8 +43,4 @@ dependencies {
testLibrary("org.springframework.boot:spring-boot-autoconfigure:$springBootVersion")
testLibrary("org.springframework.boot:spring-boot-starter-tomcat:$springBootVersion")
latestDepTestLibrary("org.grails:grails-plugin-url-mappings:4.0.+")
latestDepTestLibrary("org.springframework.boot:spring-boot-autoconfigure:2.1.17.RELEASE")
latestDepTestLibrary("org.springframework.boot:spring-boot-starter-tomcat:2.1.17.RELEASE")
}