Update to Spring Boot 2.1.0.M1

Fixes: gh-5613
This commit is contained in:
Rob Winch
2018-07-30 14:27:18 -05:00
parent b5abb99908
commit c26d7dc859
6 changed files with 2 additions and 168 deletions

View File

@@ -9,7 +9,7 @@ dependencies {
compile 'org.springframework.boot:spring-boot-starter-thymeleaf'
compile 'org.springframework.boot:spring-boot-starter-web'
compile 'org.thymeleaf.extras:thymeleaf-extras-springsecurity4'
compile 'io.projectreactor.ipc:reactor-netty'
compile 'io.projectreactor.netty:reactor-netty'
testCompile project(':spring-security-test')
testCompile 'org.springframework.boot:spring-boot-starter-test'