[DMAAP-MR] Bump log4j to 2.17.1 16/126416/1 1.3.2
authorefiacor <fiachra.corcoran@est.tech>
Tue, 4 Jan 2022 13:20:52 +0000 (13:20 +0000)
committerefiacor <fiachra.corcoran@est.tech>
Tue, 4 Jan 2022 13:20:57 +0000 (13:20 +0000)
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: Id79aa75025cc9a602e36192a2a440a16bdad41c0
Issue-ID: DMAAP-1691

pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 015d363..e66feda 100644 (file)
--- a/pom.xml
+++ b/pom.xml
        <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>
        <artifactId>dmaapMR1</artifactId>
-       <version>1.3.1-SNAPSHOT</version>
+       <version>1.3.2-SNAPSHOT</version>
        <name>dmaap-messagerouter-messageservice</name>
        <description>Message Router - Restful interface built for kafka</description>
        <licenses>
@@ -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>
index 410bad2..67a9369 100644 (file)
@@ -27,7 +27,7 @@
 
 major=1
 minor=3
-patch=1
+patch=2
 
 base_version=${major}.${minor}.${patch}