diff options
author | niamhcore <niamh.core@est.tech> | 2021-12-15 11:23:56 +0000 |
---|---|---|
committer | niamhcore <niamh.core@est.tech> | 2021-12-15 13:35:22 +0000 |
commit | 983510777aead2f8827c5f74fa54193884ef79aa (patch) | |
tree | 79aca3250e0689e1209501ab4d93b0d6933d7b57 | |
parent | 996152ac6467946e567ca4e76ce78cc3a3ee0371 (diff) |
Update log4j version due to security vulnerability for NCMP-DMI
This change excludes old log4j libraries and includes newer versions
that are not tagged with a security vulnerability.
Issue-ID: CPS-820
Signed-off-by: niamhcore <niamh.core@est.tech>
Change-Id: I2694cdc66449a9634dfe726b39736a8b0ba67e5a
-rw-r--r-- | pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -62,6 +62,16 @@ <type>pom</type> <scope>import</scope> </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-api</artifactId> + <version>2.16.0</version> + </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-to-slf4j</artifactId> + <version>2.16.0</version> + </dependency> </dependencies> </dependencyManagement> <dependencies> |