Skip to content

Commit

Permalink
Update mongo in memory version to V6_0
Browse files Browse the repository at this point in the history
  • Loading branch information
stzanakis committed Dec 20, 2024
1 parent 07cdd61 commit 0b3c86d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void start() {
.withProcessOutput(Start.to(ProcessOutput.class).initializedWith(processOutput))
.withMongodArguments(Start.to(MongodArguments.class).initializedWith(mongodArguments));

runningMongodProcessReachedState = mongod.start(Main.V5_0);
runningMongodProcessReachedState = mongod.start(Main.V6_0);

} catch (IOException e) {
LOGGER.error("Exception when starting embedded mongo", e);
Expand Down

0 comments on commit 0b3c86d

Please sign in to comment.