Remove grails lates dep restriction (#5025)
This commit is contained in:
parent
c45b4ea5be
commit
acaa5e687a
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue