Update module

This commit is contained in:
Andrea Cavalli 2023-01-21 21:59:48 +01:00
parent ed2b51d0b0
commit 7b2fbe04d8
1 changed files with 5 additions and 0 deletions

View File

@ -230,6 +230,11 @@
<artifactId>log4j-core</artifactId>
<version>2.19.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>