In our codebase our friendly dependabot suggested that we update okhttp3 to the latest version 5.1.0.  However, this broke our use of minio because the latest minio (8.5.17) depends on okhttp3 4.12.0 and, in the move from okhttp3 4.12.0 to 5.x, the class RequestBody has been removed.  Would it be possible to update minio to work with the latest okhttp3?