garydgregory commented on code in PR #2486:
URL: https://github.com/apache/logging-log4j2/pull/2486#discussion_r1572547482


##########
log4j-mongodb/src/test/java/org/apache/logging/log4j/mongodb/MongoDbResolver.java:
##########
@@ -142,11 +144,11 @@ private static final class MongoClientHolder implements 
CloseableResource, Suppl
         private final MongoClient mongoClient;
 
         public MongoClientHolder(final Mongod mongod, final TestProperties 
props) {
-            state = mongod.start(Version.Main.V3_6);
+            state = mongod.start(Version.Main.V4_4);

Review Comment:
   That did not even compile. That's what I get for using GH! ;-)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to