summaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
Diffstat (limited to 'daemon')
-rw-r--r--daemon/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/pom.xml b/daemon/pom.xml
index a7297e4..62ae204 100644
--- a/daemon/pom.xml
+++ b/daemon/pom.xml
@@ -105,13 +105,13 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
- <version>[2.17,3.0)</version>
+ <version>[2.17,2.9999]</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
- <version>[2.17,3.0)</version>
+ <version>[2.17,2.9999]</version>
<scope>compile</scope>
</dependency>
</dependencies>