[DMAAP-MR] Bump log4j to 2.17.1 53/126453/3
authorefiacor <fiachra.corcoran@est.tech>
Tue, 4 Jan 2022 13:20:52 +0000 (13:20 +0000)
committerFiachra Corcoran <fiachra.corcoran@est.tech>
Mon, 24 Jan 2022 14:21:02 +0000 (14:21 +0000)
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: Id79aa75025cc9a602e36192a2a440a16bdad41c0
Issue-ID: DMAAP-1691
(cherry picked from commit b92c8dcdf1e31b6dd5ba41782308bf9219d79b6a)

pom.xml

diff --git a/pom.xml b/pom.xml
index 8ed9682..7fec762 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
        <parent>
                <groupId>org.onap.oparent</groupId>
                <artifactId>oparent</artifactId>
-               <version>3.2.0</version>
+               <version>3.2.1</version>
        </parent>
 
        <groupId>org.onap.dmaap.messagerouter.messageservice</groupId>
@@ -65,7 +65,7 @@
                <sonar.skip>false</sonar.skip>
                <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
                <sonar.projectVersion>${project.version}</sonar.projectVersion>
-               <log4j.version>2.16.0</log4j.version>
+               <log4j.version>2.17.1</log4j.version>
                <maven.compiler.target>8</maven.compiler.target>
                <maven.compiler.source>8</maven.compiler.source>
                <skip.deploy>false</skip.deploy>