diff options
author | Liam Fallon <liam.fallon@est.tech> | 2022-01-06 16:11:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-01-06 16:11:08 +0000 |
commit | 6d9bfb27629db7f10fdc7f5971448c482aa8f41a (patch) | |
tree | 12592b2a15d22b88926a556d74fd7364ec8aaf96 | |
parent | 81c2c515c4c92cb77d7bc31eb2f2771ca2063216 (diff) | |
parent | 8bd0456872fa8490dc90e9201104a03e34cf2767 (diff) |
Merge "Update log4j version due to security vulnerability"
-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 --> |