Bump log4j-api version to 2.15.0

The main log4j version cannot be increased yet due to some incompatibilities with the Qortal code.
This commit is contained in:
CalDescent 2021-12-10 17:54:11 +00:00
parent 391d31759a
commit 6a9904fd43

View File

@ -23,6 +23,7 @@
<jersey.version>2.29.1</jersey.version>
<jetty.version>9.4.29.v20200521</jetty.version>
<log4j.version>2.12.1</log4j.version>
<log4j-api.version>2.15.0</log4j-api.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<slf4j.version>1.7.12</slf4j.version>
<swagger-api.version>2.0.9</swagger-api.version>
@ -518,7 +519,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j.version}</version>
<version>${log4j-api.version}</version>
</dependency>
<!-- redirect slf4j to log4j2 -->
<dependency>