File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- This guide shows you how add the MongoDB Java driver dependencies using
1
+ This guide shows you how to add the MongoDB Java driver dependencies using
2
2
Maven or Gradle. We recommend that you use an integrated development
3
3
environment (IDE) such as Intellij IDEA or Eclipse IDE make it more convenient
4
4
to configure Maven or Gradle to build and run your project.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ application to upgrade your driver to a new version.
21
21
22
22
Before you upgrade, perform the following actions:
23
23
24
- - Ensure the new version is compatible of with the MongoDB server versions
24
+ - Ensure the new version is compatible with the MongoDB server versions
25
25
your application connects to and the Java Runtime Environment (JRE) your
26
26
application runs on. See the :ref:`Java Compatibility <java-compatibility-tables>`
27
27
page for this information.
You can’t perform that action at this time.
0 commit comments