We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e226734 commit 50b5142Copy full SHA for 50b5142
1 file changed
pom.xml
@@ -77,6 +77,7 @@
77
<jackson-databind.version>2.6.7</jackson-databind.version>
78
<commons-io.version>2.7</commons-io.version>
79
<apache.version>1.8</apache.version>
80
+ <log4j.version>2.14.1</log4j.version>
81
</properties>
82
83
<dependencyManagement>
@@ -155,7 +156,7 @@
155
156
<dependency>
157
<groupId>org.apache.logging.log4j</groupId>
158
<artifactId>log4j-core</artifactId>
- <version>2.14.1</version>
159
+ <version>${log4j.version}</version>
160
</dependency>
161
162
<!--Testing-->
0 commit comments