Life support reaches the end in April 2021 for MongoDB 3.6, and in April 2022 for MongoDB 4.0 (as stated here). To provide continuing support for our customers, Sitecore XP 8.2.5 and Sitecore XP 8.2.7 have been tested and certified to work with MongoDB 4.4.
The following instructions are only valid for Sitecore XP 8.2.5 and 8.2.7. Customers running any previous versions must update the instance to Sitecore XP 8.2.5 or Sitecore XP 8.2.7.
To update on Mongo:
<dependentAssembly>
<assemblyIdentity name="MongoDB.Bson"/>
<bindingRedirect newVersion="2.8.0.0" oldVersion="0.0.0.0-2.4.4.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="MongoDB.Driver"/>
<bindingRedirect newVersion="2.8.0.0" oldVersion="0.0.0.0-2.4.4.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="MongoDB.Driver.Core"/>
<bindingRedirect newVersion="2.8.0.0" oldVersion="0.0.0.0-2.4.4.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="MongoDB.Driver.Legacy"/>
<bindingRedirect newVersion="2.8.0.0" oldVersion="0.0.0.0-2.4.4.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="system.runtime.interopservices.runtimeinformation" publicKeyToken="b03f5f7f11d50a3a"/>
<bindingRedirect newVersion="4.3.0" oldVersion="0.0.0.0-4.0.1.0"/>
</dependentAssembly>