[mongodb][hotfix] Fix authentication failed when using a non admin auth source and duplicated usernames #1934 (#1935)

pull/1938/head
Jiabao Sun 2 years ago committed by GitHub
parent e1ee372481
commit 850c87cc74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -67,7 +67,7 @@ under the License.
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
<version>4.3.1</version>
<version>4.3.4</version>
</dependency>
<!-- test dependencies on Flink -->

Loading…
Cancel
Save