6.5.0
This minor release addresses the following items:
- When constructing a 
DatabaseClientand configuring two-way SSL, a separate trust store can be configured via the new propertiesmarklogic.client.truststore.path,marklogic.client.truststore.password,marklogic.client.truststore.type, andmarklogic.client.truststore.algorithm. These can be passed in via the newClient(Function<String, Object> propertySource) method or programmatically set with new methods in DatabaseClientBuilder. - The OkHttp dependency was bumped from 4.11.0 to 4.12.0.
 - The Jackson dependency was bumped from 2.15.2 to 2.15.3.