Update log4j version due to security vulnerability for CPS 56/126256/1
authorniamhcore <niamh.core@est.tech>
Wed, 15 Dec 2021 13:05:08 +0000 (13:05 +0000)
committerniamhcore <niamh.core@est.tech>
Wed, 15 Dec 2021 13:05:08 +0000 (13:05 +0000)
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: I4b5a950b7f9abafa3a3fe56200ad577ed01d9934

cps-dependencies/pom.xml

index 0753a5f..0b45a7c 100755 (executable)
                 <version>0.18.0</version>
                 <scope>test</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>
 </project>