diff --git a/README.md b/README.md
index 77af45b4..9f5cff18 100644
--- a/README.md
+++ b/README.md
@@ -3,13 +3,6 @@
[](https://travis-ci.org/AuthorizeNet/sdk-java)
[](https://codeclimate.com/github/AuthorizeNet/sdk-java)
[](http://mvnrepository.com/artifact/net.authorize/anet-java-sdk)
-
-## IMPORTANT NOTE:
-
-***Due to restrictions on Log4j2 v2.15.0, masking/hiding of sensitive data will not work for the time being.***
-
-***We will work to include it again in future versions.***
-
## Requirements
* JDK 1.5.0 to JDK 1.8.0
diff --git a/pom.xml b/pom.xml
index bf945d94..234fb80d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
net.authorize
anet-java-sdk
jar
- 2.0.5-SNAPSHOT
+ 2.0.6-SNAPSHOT
Authorize.Net Java SDK
Authorize.Net SDK includes standard payments, recurring billing, and customer profiles.
http://developer.authorize.net
@@ -73,6 +73,12 @@
org.apache.logging.log4j
log4j-api
${log4j.version}
+
+
+ junit
+ junit
+
+
org.apache.logging.log4j
@@ -83,6 +89,12 @@
org.apache.logging.log4j
log4j-1.2-api
${log4j.version}
+
+
+ junit
+ junit
+
+
@@ -117,7 +129,7 @@
1.5
true
true
- 2.15.0
+ 2.16.0