Index: doc/Announce2.4.0
===================================================================
diff -u -r297884f8cf89c7cfddf5938e24d2e15fff345d83 -rf20c1eaf355f3ac5f521e5dd00f2150cbe9df2c9
--- doc/Announce2.4.0	(.../Announce2.4.0)	(revision 297884f8cf89c7cfddf5938e24d2e15fff345d83)
+++ doc/Announce2.4.0	(.../Announce2.4.0)	(revision f20c1eaf355f3ac5f521e5dd00f2150cbe9df2c9)
@@ -30,8 +30,10 @@
 - MongoDB:
 
   * ...
-  * Fixed test suite; tested the NSF MongoDB binding against latest
-    stable releases of MongoDB (4.0.9) and MongoDB-C driver (1.14.0).
+  * Fixed test test case for gridfs and file renamings
+  * Tested the NSF MongoDB binding against latest
+    stable releases of MongoDB (5.0.9) and
+    MongoDB-C driver (1.22.1).
 
 
 - Documentation:
Index: library/mongodb/README.md
===================================================================
diff -u -r20b47273b72522def0a82f3a22fb73c7155a41f2 -rf20c1eaf355f3ac5f521e5dd00f2150cbe9df2c9
--- library/mongodb/README.md	(.../README.md)	(revision 20b47273b72522def0a82f3a22fb73c7155a41f2)
+++ library/mongodb/README.md	(.../README.md)	(revision f20c1eaf355f3ac5f521e5dd00f2150cbe9df2c9)
@@ -13,7 +13,7 @@
 generate a C interface.
 
 -gustaf neumann    March 27, 2011
--stefan sobernig     May 6,      2019
+-stefan sobernig   May 6, 2019
 
 
 ## Ingredients: ##
@@ -24,9 +24,9 @@
 The current version of the NSF mongo binding is 2.2 and was
 tested with
 - Tcl 8.5, 8.6 and 8.7
-- MongoDB 4.0.9 (released April 16, 2019)
-- mongodb-c-driver 1.14.0 (released February 22, 2019)
-- libbson 1.14.0 (released February 22, 2019)
+- MongoDB 5.0.9 (released May 31, 2022)
+- mongodb-c-driver 1.22.1 (released August 2, 2022)
+- libbson 1.22.1 (released August 2, 2022)
 
 Follow the following steps to get MongoDB up and running
 and to compile the MongoDB driver for NX.