File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
spring-modulith-events/spring-modulith-events-mongodb Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 28
28
29
29
<archunit .version>1.0.0</archunit .version>
30
30
<artifactory-maven-plugin .version>3.4.0</artifactory-maven-plugin .version>
31
+ <flapdoodle-mongodb .version>3.5.0</flapdoodle-mongodb .version>
31
32
<jmolecules-bom .version>2021.2.4</jmolecules-bom .version>
32
33
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
33
34
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
Original file line number Diff line number Diff line change 43
43
<dependency >
44
44
<groupId >de.flapdoodle.embed</groupId >
45
45
<artifactId >de.flapdoodle.embed.mongo</artifactId >
46
- <version >3.4.6 </version >
46
+ <version >${flapdoodle-mongodb.version} </version >
47
47
<scope >test</scope >
48
48
</dependency >
49
49
You can’t perform that action at this time.
0 commit comments