Skip to content

Commit

Permalink
GH-45 - Upgrade to Flapdoodle MongoDB 3.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Oct 17, 2022
1 parent 1b32284 commit ae692e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

<archunit.version>1.0.0</archunit.version>
<artifactory-maven-plugin.version>3.4.0</artifactory-maven-plugin.version>
<flapdoodle-mongodb.version>3.5.0</flapdoodle-mongodb.version>
<jmolecules-bom.version>2021.2.4</jmolecules-bom.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
<version>3.4.6</version>
<version>${flapdoodle-mongodb.version}</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit ae692e3

Please sign in to comment.