Joscorbe commented on code in PR #1789:
URL: https://github.com/apache/jackrabbit-oak/pull/1789#discussion_r1829236027


##########
oak-store-document/pom.xml:
##########
@@ -43,8 +43,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              com.mongodb*;version="[3.8, 4)";resolution:=optional,
-              org.bson*;version="[3.8, 4)";resolution:=optional,
+              com.mongodb*;version="[5.0, 5.2)";resolution:=optional,
+              org.bson*;version="[5.0, 5.2)";resolution:=optional,

Review Comment:
   Yes, definitely, or `5.3)` may be better, as sometimes they also introduce 
breaking changes or deprecated methods in minor versions. Example in 5.1: 
https://www.mongodb.com/docs/drivers/java/sync/v5.2/whats-new/#what-s-new-in-5.1
 



-- 
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