[Update] Spring Boot to 3.1.0

This commit is contained in:
Corneil du Plessis
2023-06-08 18:47:25 +02:00
parent 4abd19757e
commit f99016592f
21 changed files with 46 additions and 18 deletions

View File

@@ -37,6 +37,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>mongodb</artifactId>
<version>${testcontainers.version}</version>
<scope>test</scope>
</dependency>
<dependency>