diff options
author | liamfallon <liam.fallon@est.tech> | 2022-01-06 09:59:36 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-01-06 09:59:40 +0000 |
commit | 8bd0456872fa8490dc90e9201104a03e34cf2767 (patch) | |
tree | 8f98e837609335b6dc86d465ece7ec0af08228c0 | |
parent | 1daae3e877d5446c7ec5dac4ca5f28ca1637e393 (diff) |
Update log4j version due to security vulnerability
SECCOM has recommended going to log4j 2.17.1.
Issue-ID: POLICY-3862
Change-Id: I9ce6e99db114aeef5d474219e0556727eb1b433e
Signed-off-by: liamfallon <liam.fallon@est.tech>
-rw-r--r-- | integration/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index c53cbd0e..2bbb71aa 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -365,7 +365,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 --> |