summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorManuel Bentele2021-12-20 15:11:35 +0100
committerManuel Bentele2021-12-20 15:11:35 +0100
commite55042956062bdda8c270828662ede86b885a9ae (patch)
treeae80e034312e6ac3fc8ff6dd44a57d8ecd2b8ac7 /pom.xml
parentUpdate log4j because of the CVE-2021-45046 security flaw (diff)
downloadtmlite-bwlp-e55042956062bdda8c270828662ede86b885a9ae.tar.gz
tmlite-bwlp-e55042956062bdda8c270828662ede86b885a9ae.tar.xz
tmlite-bwlp-e55042956062bdda8c270828662ede86b885a9ae.zip
Update log4j because of the CVE-2021-45105 security flaw
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 52d42a2..f047536 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,13 +124,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>