Upgrade to Spring Boot 2.4 snapshots

in order to make use of a recent change for WebMvc.fn in
Spring Framework 5.3.

See gh-6
This commit is contained in:
Rossen Stoyanchev
2020-10-07 20:13:34 +01:00
parent b5d4fe18ab
commit cf1e3ce0da
3 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,10 @@
pluginManagement {
repositories {
mavenCentral()
maven { url 'https://repo.spring.io/snapshot' }
}
}
rootProject.name = 'spring-graphql'
include 'spring-boot-starter-graphql-web'
include 'spring-boot-starter-graphql-webflux'