aboutsummaryrefslogtreecommitdiffstats
path: root/UniversalVesAdapter/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'UniversalVesAdapter/pom.xml')
-rw-r--r--UniversalVesAdapter/pom.xml13
1 files changed, 5 insertions, 8 deletions
diff --git a/UniversalVesAdapter/pom.xml b/UniversalVesAdapter/pom.xml
index 111e2e2..e5169de 100644
--- a/UniversalVesAdapter/pom.xml
+++ b/UniversalVesAdapter/pom.xml
@@ -5,7 +5,7 @@
* ================================================================================
* Copyright 2018-2019 TechMahindra
* Copyright (C) 2020 Huawei Technologies Co., Ltd.
-* Copyright (c) 2021 AT&T Intellectual Property. All rights reserved.
+* Copyright (c) 2021-2022 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.
@@ -28,15 +28,12 @@
<groupId>org.onap.dcaegen2.services.mapper.vesadapter</groupId>
<artifactId>UniversalVesAdapter</artifactId>
- <version>1.3.1-SNAPSHOT</version>
-
-
+ <version>1.3.2-SNAPSHOT</version>
<parent>
<groupId>org.onap.dcaegen2.services.mapper</groupId>
<artifactId>mapper</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
</parent>
-
<properties>
<!-- PROJECT SETTINGS -->
@@ -198,12 +195,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
- <version>2.16.0</version>
+ <version>2.17.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
- <version>2.16.0</version>
+ <version>2.17.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>