[DCAE/vesmapper] Remediation for Log4Shell vulnerability
[dcaegen2/services/mapper.git] / UniversalVesAdapter / pom.xml
index 1d9f955..111e2e2 100644 (file)
@@ -5,6 +5,7 @@
 * ================================================================================
 * Copyright 2018-2019 TechMahindra
 * Copyright (C) 2020 Huawei Technologies Co., Ltd.
+* Copyright (c) 2021 AT&T Intellectual Property. All rights reserved.
 * ================================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 
        <groupId>org.onap.dcaegen2.services.mapper.vesadapter</groupId>
        <artifactId>UniversalVesAdapter</artifactId>
-       <version>1.3.0-SNAPSHOT</version>
+       <version>1.3.1-SNAPSHOT</version>
 
 
        <parent>
                <groupId>org.onap.dcaegen2.services.mapper</groupId>
                <artifactId>mapper</artifactId>
-               <version>1.3.0-SNAPSHOT</version>
+               <version>1.3.1-SNAPSHOT</version>
        </parent>
 
        <properties>
                <dependency>
                        <groupId>org.apache.logging.log4j</groupId>
                        <artifactId>log4j-core</artifactId>
-                       <version>2.14.1</version>
+                       <version>2.16.0</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.logging.log4j</groupId>
+                       <artifactId>log4j-api</artifactId>
+                       <version>2.16.0</version>
                </dependency>
                <dependency>
                        <groupId>org.codehaus.groovy</groupId>
                        <url>https://repo.spring.io/libs-release</url>
                </pluginRepository>
        </pluginRepositories>
-</project>
\ No newline at end of file
+</project>