Can you please add MongoDB's bson-record-codec to the Spring-managed dependencies?

https://mvnrepository.com/artifact/org.mongodb/bson-record-codec

The version is the same as for all of the other MongoDB dependencies.

Comment From: laxika

Never mind, sorry. The MongoDB team added it as a dependency to mongodb-driver-core for the past few versions.

Comment From: wilkinsona

Thanks for the suggestion. We should add this as it's a module of Mongo's Java Driver for which we do provide dependency management. As things stand that dependency management is incomplete.

Comment From: philwebb

Closing in favor of PR #33941