Skip to content

Commit

Permalink
OGM-1402 Upgrade MongoDB driver to 3.6.3 and MongoDB test instance to…
Browse files Browse the repository at this point in the history
… 3.6.2

In passing, upgrade the embed MongoDB Maven plugin as the old version
was not working with recent versions of MongoDB.
  • Loading branch information
gsmet committed Feb 15, 2018
1 parent 29c9d84 commit b71ff79
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bom/pom.xml
Expand Up @@ -60,8 +60,8 @@
<protostreamVersion>4.1.3.Final</protostreamVersion>

<!-- MongoDB -->
<mongodbVersion>3.4.6</mongodbVersion>
<mongodbDriverVersion>3.6.2</mongodbDriverVersion>
<mongodbVersion>3.6.2</mongodbVersion>
<mongodbDriverVersion>3.6.3</mongodbDriverVersion>

<!-- Neo4j -->
<neo4jVersion>3.3.3</neo4jVersion>
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -782,6 +782,13 @@
<bindIp>${embeddedMongoDbBindIp}</bindIp>
<version>${embeddedMongoDbVersion}</version>
</configuration>
<dependencies>
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
<version>2.0.3</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.codehaus.gmaven</groupId>
Expand Down

0 comments on commit b71ff79

Please sign in to comment.