Driver Version MongoDB

Hi there,

I’m working on a project and I want to use the last driver version for mongoDB.
I found, on maven central, the Uber JAR MongoDB Java Driver, but I don’t get what version of driver is used, 4.8?

Thanks in advance

Uber Jar, mongo-java-driver, was legacy even back when the driver was version 3.4 And mongodb-driver is also kinda legacy since version 3.7. Suggested driver is mongodb-driver-sync since then.

check different versions here: MongoDB Java Drivers

check this one if you want the latest, currently 4.8.2, with a quick start: Quick Start — Java Sync (mongodb.com)

2 Likes

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.