Require any transitive dependencies on log4j to use 2.17.0

This commit is contained in:
Ehren Kret 2021-12-19 07:21:00 -06:00
parent 8a67949168
commit 867bf97d8f
1 changed files with 1 additions and 1 deletions

View File

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