File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 4
4
[ ![ Code Climate] ( https://codeclimate.com/github/AuthorizeNet/sdk-java/badges/gpa.svg )] ( https://codeclimate.com/github/AuthorizeNet/sdk-java )
5
5
[ ![ Maven Central] ( https://img.shields.io/maven-central/v/net.authorize/anet-java-sdk.svg?style=flat )] ( http://mvnrepository.com/artifact/net.authorize/anet-java-sdk )
6
6
7
+ ## IMPORTANT NOTE:
8
+
9
+ *** Due to restrictions on Log4j2 v2.15.0, masking/hiding of sensitive data will not work for the time being.***
10
+
11
+ *** We will work to include it again in future versions.***
12
+
7
13
8
14
## Requirements
9
15
* JDK 1.5.0 to JDK 1.8.0
Original file line number Diff line number Diff line change 61
61
<dependency >
62
62
<groupId >org.apache.logging.log4j</groupId >
63
63
<artifactId >log4j</artifactId >
64
- <version >2.13.3 </version >
64
+ <version >${log4j.version} </version >
65
65
<type >pom</type >
66
66
</dependency >
67
67
<dependency >
68
68
<groupId >org.apache.logging.log4j</groupId >
69
69
<artifactId >log4j-jcl</artifactId >
70
- <version >2.13.3 </version >
70
+ <version >${log4j.version} </version >
71
71
</dependency >
72
72
<dependency >
73
73
<groupId >org.apache.logging.log4j</groupId >
74
74
<artifactId >log4j-api</artifactId >
75
- <version >2.13.3 </version >
75
+ <version >${log4j.version} </version >
76
76
</dependency >
77
77
<dependency >
78
78
<groupId >org.apache.logging.log4j</groupId >
79
79
<artifactId >log4j-core</artifactId >
80
- <version >2.13.3 </version >
80
+ <version >${log4j.version} </version >
81
81
</dependency >
82
82
<dependency >
83
83
<groupId >org.apache.logging.log4j</groupId >
84
84
<artifactId >log4j-1.2-api</artifactId >
85
- <version >2.13.3 </version >
85
+ <version >${log4j.version} </version >
86
86
</dependency >
87
87
<!-- Log4j Dependencies -->
88
88
<dependency >
117
117
<maven .compile.target>1.5</maven .compile.target>
118
118
<maven .compile.optimize>true</maven .compile.optimize>
119
119
<maven .compile.deprecation>true</maven .compile.deprecation>
120
+ <log4j .version>2.15.0</log4j .version>
120
121
</properties >
121
122
<build >
122
123
<plugins >
You can’t perform that action at this time.
0 commit comments