Upgrade samples to Spring Boot 2.3.1.RELEASE

Closes gh-1650
This commit is contained in:
Eleftheria Stein
2020-06-25 21:47:59 +02:00
parent 55a6967331
commit 847433562e
6 changed files with 4 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ dependencies {
compile "org.springframework.boot:spring-boot-starter-data-jpa"
compile "org.springframework.boot:spring-boot-starter-data-redis"
compile "org.springframework.boot:spring-boot-starter-websocket"
compile "org.springframework.boot:spring-boot-starter-validation"
compile "org.springframework.boot:spring-boot-devtools"
compile "org.springframework:spring-websocket"
compile "org.springframework.security:spring-security-messaging"