diff options
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/pom.xml b/daemon/pom.xml index d4f8397..f7577fa 100644 --- a/daemon/pom.xml +++ b/daemon/pom.xml @@ -106,13 +106,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> </dependencies> |