Add smoke test to verify MongoDB SSL connections

See gh-35042
This commit is contained in:
Scott Frederick
2023-05-02 15:11:09 -05:00
parent 3bb271e320
commit 5ac6a3d90b
15 changed files with 539 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ public final class DockerImageNames {
private static final String KAFKA_VERSION = "5.4.3";
private static final String MONGO_VERSION = "4.0.23";
private static final String MONGO_VERSION = "5.0.17";
private static final String NEO4J_VERSION = "4.4.11";