summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index d6c59ef..70a3766 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,19 +137,19 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
- <version>[2.0,3.0)</version>
+ <version>[2.16,3.0)</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
- <version>[2.0,3.0)</version>
+ <version>[2.16,3.0)</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
- <version>[2.0,3.0)</version>
+ <version>[2.16,3.0)</version>
<scope>compile</scope>
</dependency>
<dependency>