Skip to content

Commit

Permalink
⬆️ Upgrade default MongoDB version for executing integration tests to…
Browse files Browse the repository at this point in the history
… 5.0
  • Loading branch information
ujibang committed Sep 13, 2021
1 parent 15da543 commit 9fc06eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -31,9 +31,9 @@
<skipUTs>${skipTests}</skipUTs>
<!--
MongoDB default version to test with
mvn clean verify -Dmongodb.version="4.2" : Test with mongo:4.2 container
mvn clean verify -Dmongodb.version="5.0" : Test with mongo:5.0 container
-->
<mongodb.version>4.2</mongodb.version>
<mongodb.version>5.0</mongodb.version>
<graalvm.version>21.1.0</graalvm.version>
<!--
mvn compile -DskipUpdateLicense=false add missing license headers
Expand Down

0 comments on commit 9fc06eb

Please sign in to comment.