0
0
mirror of https://github.com/signalapp/Signal-Server.git synced 2024-09-20 03:52:16 +02:00

Require any transitive dependencies on log4j to use 2.16.0

This commit is contained in:
Ehren Kret 2021-12-15 01:15:19 -06:00
parent 7855b70682
commit 9086246947

View File

@ -282,7 +282,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-bom</artifactId>
<version>2.15.0</version>
<version>2.16.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>