summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 08d5bb7..0514ef5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,13 +48,13 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
- <version>[2.16,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.16,3.0)</version>
+ <version>[2.17,3.0)</version>
<scope>compile</scope>
</dependency>
</dependencies>