diff --git a/README.markdown b/README.markdown
index 720bc0828..a22f2e1ae 100644
--- a/README.markdown
+++ b/README.markdown
@@ -41,8 +41,8 @@ server binary. By default it is set to _/usr/bin/memcached_.
-Dserver.version=version_of_testing_server
-This argument is used to specify the version of your testing server. Currently supported memcached versions by Elasticache are _1.4.5_, _1.4.14_, _1.4.24_.
-By default it is set to _1.4.24_.
+This argument is used to specify the version of your testing server. Currently supported memcached versions by Elasticache are _1.4.5_, _1.4.14_, _1.4.24_, _1.5.10_, _1.5.16_.
+By default it is set to _1.5.16_.
-Dtest.type=ci
diff --git a/SECURITY.md b/SECURITY.md
new file mode 100644
index 000000000..034e84803
--- /dev/null
+++ b/SECURITY.md
@@ -0,0 +1,21 @@
+# Security Policy
+
+## Supported Versions
+
+Use this section to tell people about which versions of your project are
+currently being supported with security updates.
+
+| Version | Supported |
+| ------- | ------------------ |
+| 5.1.x | :white_check_mark: |
+| 5.0.x | :x: |
+| 4.0.x | :white_check_mark: |
+| < 4.0 | :x: |
+
+## Reporting a Vulnerability
+
+Use this section to tell people how to report a vulnerability.
+
+Tell them where to go, how often they can expect to get an update on a
+reported vulnerability, what to expect if the vulnerability is accepted or
+declined, etc.
diff --git a/build.xml b/build.xml
index 72768f94f..3806264ab 100644
--- a/build.xml
+++ b/build.xml
@@ -126,12 +126,12 @@
-
+
-
+
diff --git a/ivy.xml b/ivy.xml
index fb25b0d7b..96d9f7989 100644
--- a/ivy.xml
+++ b/ivy.xml
@@ -48,8 +48,8 @@ SOFTWARE.
-
+
+ 4.0.0
com.amazonawselasticache-java-cluster-client
- 1.1.2
- ElastiCacheJavaClusterClient
+ 1.1.3
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+
+ 6
+
+
+
+
+ ElastiCacheJavaClusterClientAmazon ElastiCache Cluster Client is an enhanced Java library to connect to ElastiCache clusters. This client library has been built upon Spymemcached and is released under the Apache 2.0 License.
- https://aws.amazon.com/documentation/elasticache/
+ https://aws.amazon.com/documentation/elasticache/
- log4j
- log4j
- 1.2.16
+ org.apache.logging.log4j
+ log4j-1.2-api
+ 2.13.3true
diff --git a/src/it/java/net/spy/memcached/TestConfig.java b/src/it/java/net/spy/memcached/TestConfig.java
index 34c714f87..733b57225 100644
--- a/src/it/java/net/spy/memcached/TestConfig.java
+++ b/src/it/java/net/spy/memcached/TestConfig.java
@@ -35,7 +35,9 @@ public final class TestConfig {
public static enum engineTypeEnum {
V_1_4_24 ("1.4.24", true),
V_1_4_14 ("1.4.14", true),
- V_1_4_5 ("1.4.5", false);
+ V_1_4_5 ("1.4.5", false),
+ V_1_5_10 ("1.5.10", true),
+ V_1_5_16 ("1.5.16", true);
private String version;
private boolean setConfigSupported;
engineTypeEnum(String version, boolean setConfigSupported) {
diff --git a/src/main/java/net/spy/memcached/compat/log/Log4JLogger.java b/src/main/java/net/spy/memcached/compat/log/Log4JLogger.java
index e0e7338b2..55081ca3b 100644
--- a/src/main/java/net/spy/memcached/compat/log/Log4JLogger.java
+++ b/src/main/java/net/spy/memcached/compat/log/Log4JLogger.java
@@ -23,7 +23,8 @@
package net.spy.memcached.compat.log;
-import org.apache.log4j.Logger;
+import org.apache.logging.log4j.LogManager;
+import org.apache.logging.log4j.Logger;
/**
* Logging implementation using