Skip to content

Commit 5764462

Browse files
committed
PR updates
1 parent 19bfebe commit 5764462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver-sync/src/test/functional/com/mongodb/client/AbstractClientEncryptionTextExplicitEncryptionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
public abstract class AbstractClientEncryptionTextExplicitEncryptionTest {
6363

64-
private static final ServerVersion REQUIRED_LIB_MONGOCRYPT_VERSION = new ServerVersion(asList(1, 5, 1));
64+
private static final ServerVersion REQUIRED_LIB_MONGOCRYPT_VERSION = new ServerVersion(asList(1, 15, 1));
6565
private MongoClient encryptedClient;
6666
private MongoDatabase encryptedDatabase;
6767
private ClientEncryption clientEncryption;

0 commit comments

Comments
 (0)