summaryrefslogtreecommitdiffstats
path: root/api/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'api/pom.xml')
-rw-r--r--api/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/pom.xml b/api/pom.xml
index 0c59e67..18048cc 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -50,13 +50,13 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
- <version>[2.0,3.0)</version>
+ <version>[2.17,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.17,3.0)</version>
<scope>compile</scope>
</dependency>
<dependency>