Upgrade test and sample dependencies

This is needed in order for them to work with Spring Data 2020.0.0
This commit is contained in:
Eleftheria Stein
2020-10-28 18:18:45 +01:00
parent 298f0d59a0
commit 81a9e71a5b
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
apply plugin: 'io.spring.convention.spring-sample-boot'
ext['spring-data-bom.version'] = '2020.0.0'
dependencies {
compile project(':spring-session-data-redis')
compile "org.springframework.boot:spring-boot-starter-webflux"