Upgrade to Spring Boot 2.4.5 and latest Spring Session.

This commit is contained in:
Greg L. Turnquist
2021-05-19 12:03:18 -05:00
parent 87e4d5d533
commit 9c1ed981a6
11 changed files with 125 additions and 123 deletions

View File

@@ -12,7 +12,6 @@
<groupId>org.springframework.session.data.mongodb</groupId>
<artifactId>spring-session-data-mongodb-reactive-boot</artifactId>
<packaging>jar</packaging>
<name>Spring Session MongoDB - Examples - Reactive Spring Boot</name>
@@ -34,11 +33,7 @@
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>