Hello, I am updating POM dependencies for JCR-OAK and was unsure about dependencies.
The JCR-OAK support page says that the mongo document store should be running on MongoDB 4.4 ( https://jackrabbit.apache.org/oak/docs/nodestore/document/mongo-document-store.html ) The Maven Central page for oak-jcr ( https://mvnrepository.com/artifact/org.apache.jackrabbit/oak-jcr/1.44.0 ) displays the mongo-java-driver version that is tested against is 3.12.7 (which has a published CVE). The mongo-java-driver compatibility page ( https://www.mongodb.com/docs/drivers/java/sync/current/compatibility/ ) shows that driver version 3.12 only fully supports mongo db 4.2, and not all of the features of mongodb 4.4. Why is mongo db 4.4 specified in the oak docs instead of 4.2? Why still specify a very old and vulnerable version of mongo-java-driver in the JCR-OAK dependencies? Confirming that JCR-OAK-1.44 / MongoDB 4.4 / Mongo-java-driver 3.12 is the correct combination? Thanks, Jesse