Upgrade log4j test dependency to v2.16.0

Signed-off-by: Rex Chen <shuningc@amazon.com>
This commit is contained in:
Rex Chen 2021-12-15 12:47:58 -05:00 committed by rexcsn
parent f9648b4d99
commit 07c86081fb

View file

@ -106,7 +106,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.15.0</version>
<version>2.16.0</version>
<scope>test</scope>
</dependency>
</dependencies>