aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-01-06 09:58:21 +0000
committerliamfallon <liam.fallon@est.tech>2022-01-06 09:58:25 +0000
commit8c504a151badfdcb647211a62979a6a61be0fb35 (patch)
treee02391daea6ac73d44170c348056cc439d1dbf48
parent03a4a85272b9f564b24ae69a240d5faaece89e34 (diff)
Update log4j version due to security vulnerability
SECCOM has recommended going to log4j 2.17.1. Issue-ID: POLICY-3862 Change-Id: I0a1de5ddf1e70aba23627b08a50f32bb87c5b0b6 Signed-off-by: liamfallon <liam.fallon@est.tech>
-rw-r--r--integration/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index a02a3ea5..de28581b 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -347,7 +347,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
- <version>2.16.0</version>
+ <version>2.17.1</version>
</dependency>
<!-- AAF Client -->