add version to embedded mongo for tests
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Failing after 1m0s

This commit is contained in:
Lee
2024-04-18 13:56:31 +01:00
parent 597c3850e3
commit b0bdf6e800
5 changed files with 1 additions and 9 deletions

View File

@ -173,6 +173,7 @@
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
<version>4.12.6</version>
<scope>test</scope>
</dependency>
</dependencies>